▲ | mrob 6 days ago | |||||||||||||||||||||||||
UI animations actually do have one valid use: clarifying UI state changes to third parties. When you're the only person using the computer, UI animations are pure time-wasting anti-features. You obviously know how the UI state changed because you're the one who requested the change. If the UI state changed without your explicit request, that's a bug that needs fixing. But somebody viewing your screen remotely can't see which keys you're pressing, and they don't know what you intend to click on before you've actually clicked it, so to them UI state changes can be surprising. Animations can help them follow what's happening. Of course, animations should be disabled by default, because most computer use is not performed for an audience, but having the option to enable them is occasionally useful. | ||||||||||||||||||||||||||
▲ | bobbylarrybobby 6 days ago | parent [-] | |||||||||||||||||||||||||
> You obviously know how the UI state changed because you're the one who requested the change. We must be using different devices because mine often fail to register my intent and in that case the failure to animate is often the only signal I have (that doesn't take more than a few seconds to register) | ||||||||||||||||||||||||||
|