Responsive Design for Motion
A great overview on how you can introduce one of the new media query recommendations — reduce motion (currently available in Webkit). This is where a user might choose to switch off animation effects, or ‘prefers reduced motion’… very common for a number of reasons (including medical reasons).
WebKit now supports the
An excerpt from Responsive Design for Motionprefers-reduced-motion
media feature, part of CSS Media Queries Level 5, User Preferences. The feature can be used in a CSS@media
block or through thewindow.matchMedia()
interface in JavaScript. Web designers and developers can use this feature to serve alternate animations that avoid motion sickness triggers experienced by some site visitors.