Created
October 21, 2020 03:38
-
-
Save SydBal/9f3be77c43b6668e488e986518a7e0b9 to your computer and use it in GitHub Desktop.
Prefers Reduced Motion Hard Override
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
It may be wise to include this at the bottom of your body so that | |
it overrides css which comes before it in the document. | |
*/ | |
@media (prefers-reduced-motion) { | |
* { | |
animation: none !important; | |
transition: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment