Skip to content

Instantly share code, notes, and snippets.

@iamchristough
Last active February 7, 2019 17:05
Show Gist options
  • Save iamchristough/ba517f9d8b0e5f261ac9314bb340347c to your computer and use it in GitHub Desktop.
Save iamchristough/ba517f9d8b0e5f261ac9314bb340347c to your computer and use it in GitHub Desktop.
tough-reset.css
@media (prefers-reduced-motion: reduce) {
* {
animation-duration: 0.1s !important;
transition-duration: 0.1s !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment