Skip to content

Instantly share code, notes, and snippets.

@keeneyemedia
Created January 18, 2019 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keeneyemedia/d10b8abc74380fb46988d48adf3c96b2 to your computer and use it in GitHub Desktop.
Save keeneyemedia/d10b8abc74380fb46988d48adf3c96b2 to your computer and use it in GitHub Desktop.
[Disable all CSS animations] #css
@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