Skip to content

Instantly share code, notes, and snippets.

@ahmedghazi
Created December 30, 2021 06:39
Show Gist options
  • Save ahmedghazi/23a4be3f384177ff36ffd6b8c70f98e1 to your computer and use it in GitHub Desktop.
Save ahmedghazi/23a4be3f384177ff36ffd6b8c70f98e1 to your computer and use it in GitHub Desktop.
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment