Duncan McDougall | Web Developer · Jan 25, 2020
The prefers-reduced-motion media query
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
The prefers-reduced-motion media feature is used to detect if the user has requested that the system minimizes the amount of animation or motion on the page. Value: no-preference | reduce @media ( prefers-reduced-motion : reduce ) { /* disable off your motion */ } @media ( prefers-reduced-motion : no-preference ) { /* Or enable animations */ } Changing your device settings You should find a…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.