zlacker

[return to "Purposeful animations"]
1. wonger+sp[view] [source] 2025-09-05 16:46:53
>>jakela+(OP)
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.

◧◩
2. mickae+8s[view] [source] 2025-09-05 17:01:40
>>wonger+sp
> 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...

[go to top]