Skip to content

Instantly share code, notes, and snippets.

@fotinakis
Last active April 1, 2016 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fotinakis/190adc47945b7a3f1e7a to your computer and use it in GitHub Desktop.
Save fotinakis/190adc47945b7a3f1e7a to your computer and use it in GitHub Desktop.
Stop transitions and animations
*, *::before, *::after {
-moz-transition: none !important;
transition: none !important;
-moz-animation: none !important;
animation: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment