logoalt Hacker News

Marsymarsyesterday at 8:57 PM2 repliesview on HN

> But my advice: do not count on anything refreshing ever. Do not have animations, or transitions. Preload things to the correct spaces, then fill in. Reserve fixed white areas for output, and then fill in with black. (This works much better than the reverse!)

I would ammend to this that if you have an operation that can't complete quickly, it's better to have some kind of animation, even if it's notably slower than the already-slow screen refresh so that the user can tell that there's something happening.


Replies

BoxOfRaintoday at 8:38 AM

The Bigme's boot screen has a 1 Hz animation of the outlined logo filling in with black letter by letter which looks pretty decent in my opinion.

Animatsyesterday at 9:38 PM

Progress bars still work. Gratuitous animations don't.