You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What a cool library you've got here! In the spirit of being plug-and-play, I thought it would be extra awesome if there was a way to easily turn animations on and off. For users with motion sensitivity, vestibular disorder or even just a wicked hangover, animations can make them sick or worse–it goes beyond simple aesthetics to become a safety issue.
What a cool library you've got here! In the spirit of being plug-and-play, I thought it would be extra awesome if there was a way to easily turn animations on and off. For users with motion sensitivity, vestibular disorder or even just a wicked hangover, animations can make them sick or worse–it goes beyond simple aesthetics to become a safety issue.
Fortunately, this is pretty easy to address using the
prefers-reduced-motion
media query (only on OSX and iOS Safari currently):To toggle animations once this media query is in place, users can go to their system preferences and toggle "reduce motion".
I have a PR ready to submit with this issue.
The text was updated successfully, but these errors were encountered: