6eDesign / svelte-calendar

A lightweight datepicker with neat animations and a unique UX.
https://6edesign.github.io/svelte-calendar/
MIT License
543 stars 90 forks source link

Does not respect `prefers-reduced-motion` #154

Open brunnerh opened 2 years ago

brunnerh commented 2 years ago

prefers-reduced-motion can be checked via a media query and if set animations should be reduced to a minimum/turned off.

(In general, I would not recommend having such disruptive animations, even if that is not set.)