▲ | wonger_ 6 days ago | ||||||||||||||||||||||||||||||||||
Clickbaity title; more like "things to consider when designing animations." I appreciate subtle animations like the button press. Visual feedback gives me confidence in UI actions and makes things less jarring. Same idea with CSS smooth scroll. But a lot of this feels subjective. Anybody have user studies on the effectiveness of UI animation? Also, I think a lot of people would be happier if web apps exposed settings like zero animation / mild animation/ full animation. Power users could speed up their workflows by turning off animations. Kinda like my phone UI settings. | |||||||||||||||||||||||||||||||||||
▲ | mickael-kerjean 6 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
> Also, I think a lot of people would be happier if web apps exposed settings like zero animation This exists as a browser setting, it's called "prefers-reduced-motion", an example usage in my code: https://github.com/mickael-kerjean/filestash/blob/master/pub... | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | bee_rider 6 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
It might be kind of interesting to see a well-done usability study around animations. I tend to assume they are pretty useless, but I guess I can see some point in drawing the eye from a button you press, to some UI component that it generates. OTOH, it isn’t clear what the baseline should be. The easy way to do an incorrect study would just be to toggle off animations and have the very dynamic design with components popping into existence without any hints. But, that’s flawed, a UI made from the ground up with the assumption of “no animations” should just be less dynamic, rendering the whole concern moot… | |||||||||||||||||||||||||||||||||||
|