LoaderShip – CSS-Only Loaders
31–40 of 65 posts
Re: LoaderShip – CSS-Only Loaders
#32Re: LoaderShip – CSS-Only Loaders
#33Agree with some of the other commentors that I don't associate "loader" with progress indicators / spinners. The preferred term for these in my book is "loading indicator" A lot of these terms are overloaded already. Android made it esp. bad by using "spinner" for a dropdown box, and then they used progress indicator for things that normally you'd use "spinner" for. Ultimately a "spinner" isn't really a good term sin…
Re: LoaderShip – CSS-Only Loaders
#34Re: LoaderShip – CSS-Only Loaders
#35
Works in every browser, and out-of-the-box is visually consistent with the rest of the system.[1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pr...
Re: LoaderShip – CSS-Only Loaders
#36The only good spinner (and don't forget to include something for screen readers[1]): Works in every browser, and out-of-the-box is visually consistent with the rest of the system. [1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pr...
Re: LoaderShip – CSS-Only Loaders
#37The only good spinner (and don't forget to include something for screen readers[1]): Works in every browser, and out-of-the-box is visually consistent with the rest of the system. [1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pr...
Re: LoaderShip – CSS-Only Loaders
#38One of the things I notice with SPAs is that since the browser navigation does not occur normally, I get no indication from my browser that a link is loading, so the app is completely responsible of adding their own navigation indicators (which is uncommon to see in the wild).
Also sort of unrelated, I constantly see search forms that are "real time" but do not even abort previous requests, so to me it appears as no feed back, then once I finish typing I get a new set of results every second or so until it completes, making it extremely frustrating.
Re: LoaderShip – CSS-Only Loaders
#39Re: LoaderShip – CSS-Only Loaders
#40Looks very cool, thanks for sharing!