webfansplz / vite-plugin-vue-inspector

jump to editor source code while click the element of browser automatically.
MIT License
698 stars 74 forks source link

feat: introduce `reduceMotion` option #102

Closed alexzhang1030 closed 2 months ago

alexzhang1030 commented 3 months ago

add an option to disable animation/transition, will auto disable when prefers-reduced-motion is set

related