Skip to content
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

Closed
mjbvz opened this issue Mar 6, 2023 · 7 comments
Closed

Explore how to show infinite progress in reduced motion mode #176308

mjbvz opened this issue Mar 6, 2023 · 7 comments
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues *out-of-scope Posted issue is not in scope of VS Code

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Mar 6, 2023

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

@mjbvz mjbvz added the accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues label Mar 6, 2023
@mjbvz
Copy link
Contributor Author

mjbvz commented Mar 6, 2023

@isidorn
Copy link
Contributor

isidorn commented Mar 7, 2023

fyi @meganrogge

@meganrogge
Copy link
Contributor

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?

@daviddossett
Copy link
Contributor

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.

@daviddossett daviddossett assigned hbons and unassigned daviddossett Mar 21, 2023
@daviddossett
Copy link
Contributor

daviddossett commented Mar 22, 2023

For @hbons - here's an example of the progress bar.

CleanShot.2023-03-22.at.10.13.13.mp4

We 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

@hbons
Copy link
Member

hbons commented Jul 18, 2023

Here are a few experiments with reduced motion: https://jsfiddle.net/vjfou76c/

@isidorn isidorn added the *out-of-scope Posted issue is not in scope of VS Code label Nov 24, 2023
@VSCodeTriageBot
Copy link
Collaborator

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!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

7 participants
@hbons @isidorn @mjbvz @daviddossett @meganrogge @VSCodeTriageBot and others