Created
January 18, 2019 15:43
-
-
Save keeneyemedia/d10b8abc74380fb46988d48adf3c96b2 to your computer and use it in GitHub Desktop.
[Disable all CSS animations] #css
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
@media (prefers-reduced-motion: reduce) { | |
* { | |
animation: none !important; | |
transition: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment