Hacker News new | ask | show | jobs
by AndrewPGameDev 1163 days ago
I was looking at https://css-tricks.com/single-element-loaders-the-spinner/ to see some other ways of doing spinners, but after seeing that I realized that having fancy spinner loaders just frustrates me. It reminds me of all the time I've spent looking at a spinner and waiting for an app/page/game to load. The fact that a lot of time was put into designing a nice spinner is almost an insult.

I think the optimal spinner might be the simplest possible one, just show something moving/changing to show that the page is still loading.

1 comments

I just pop up the text "Loading..."
I think I've seen this animated (... -> -> . -> .. -> ...), this is quite good. But the animation is important. Without it user can think that the app froze, especially in the world where every other app shows some sort of animation.
Unfortunately many apps get stuck in the “loading” state—the fact that the loader is animating does not mean it is not stuck!
Yeah, works only the other way: the fact that the loader is still means one of two things — either the app is completely stuck or it ignores UI conventions of the last decade (which can be good or bad, depending on domain).