vuejs / devtools

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

Option to disable animation when inspecting components #567

Open alexzhang1030 opened 3 months ago

alexzhang1030 commented 3 months ago

Option to disable animation when inspecting components on the page with "Select component on the page" button.

It can be very distracting jumping between large number of components on the small area.

Maybe take into account reduced motion preference and also have a toggle to force this option (similar to dark/light mode toggle in settings).

I suppose this is related to vite-plugin-vue-inspector so it’s best to start there with setting which can be toggled via devtools?

Originally posted by @niksy in https://github.com/vuejs/devtools-next/discussions/111#discussioncomment-10333823