Skip to content

Instantly share code, notes, and snippets.

@SydBal
Created October 21, 2020 03:38
Show Gist options
  • Save SydBal/9f3be77c43b6668e488e986518a7e0b9 to your computer and use it in GitHub Desktop.
Save SydBal/9f3be77c43b6668e488e986518a7e0b9 to your computer and use it in GitHub Desktop.
Prefers Reduced Motion Hard Override
/*
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