Skip to content

Instantly share code, notes, and snippets.

@ahmedghazi
Created August 24, 2021 05:51
Show Gist options
  • Save ahmedghazi/17021a781d13ec7c00cd67793555c774 to your computer and use it in GitHub Desktop.
Save ahmedghazi/17021a781d13ec7c00cd67793555c774 to your computer and use it in GitHub Desktop.
/** CSS **/
@media (prefers-reduced-motion: reduce) {
* {
animation: none !important;
transition-duration: 0s !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment