vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org/
MIT License
1.7k stars 122 forks source link

Provide an option to disable bounce effect in graph panel #633

Open Mister-Hope opened 1 month ago

Mister-Hope commented 1 month ago

I greatly dislike the bounce effect in graph panel, and I think that's not my own taste.

There are some people which can feel dizzy when watching complicated animations, and I am one of them. Not kidding, I feel very bad every time I try to enter the graph panel, that's also why CSS standard have a Prefers-reduced-motion media in a11y part.

We can respect the Prefers-reduced-motion, together with a higher priority option to control the animation behavior, for better a11y :)

duowb commented 1 month ago

Maybe the same as issue #567?