Improve reduced-motion case for spinners#30081
Improve reduced-motion case for spinners#30081ffoodd wants to merge 3 commits intotwbs:masterfrom ffoodd:feature/spinners-when-reduced-motion
Conversation
|
I don't really like to see the Also, I doubt this is really needed, quoting @patrickhlauke (#27986 (comment)):
The spinner animation is rather subtle. |
|
I understand, and globally agree with your arguments. Let me know if it still sounds interesting and needs a rework, though. |
|
Gonna close this for the reasons I mentioned above. Thanks though |
Last but not least, this is a real feature request and not another docs enhancement.
Basically, it ensures that spinners honor the
prefers-reduced-motionfeature by stopping the animation — which kind of defeat the need for a visual spinner. The idea I came up with is to display the visually hidden text instead.So it then litterally displays the
Loading…text instead of the animated thing.