Last active
November 1, 2020 20:25
-
-
Save lonekorean/8e15c284b3a7a23dfc194aa04769cadb to your computer and use it in GitHub Desktop.
Prefers reduced motion test
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) { | |
*, *::before, *::after { | |
animation: none !important; | |
transition: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment