-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore how to show infinite progress in reduced motion mode #176308
Comments
fyi @meganrogge |
Is there a reason we need animation when in reduced motion mode? If users find it distracting to see an animation, not sure changing the speed will help? |
My read on this is that we need some way for progress indicators to still show progress when reduced motion mode is enabled. That may not involve any animation at all—but it does need to adapt somehow. |
For @hbons - here's an example of the progress bar. CleanShot.2023-03-22.at.10.13.13.mp4We also occasionally show spinners in the status bar which may also need to be looked at. CleanShot.2023-03-22.at.10.19.13.mp4 |
Here are a few experiments with reduced motion: https://jsfiddle.net/vjfou76c/ |
We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding, and happy coding! |
In reduced motion mode today, we still use animations to show infinite progress bars and spinners. We should figure out a different way to indicate this to users in reduced motion without such a distracting animation
The text was updated successfully, but these errors were encountered: