Skip to content

Instantly share code, notes, and snippets.

@jasonmelgoza
Forked from dfadler/prevent-css-transition.css
Last active August 29, 2015 14:07
Show Gist options
  • Save jasonmelgoza/30bff77e70387929edf1 to your computer and use it in GitHub Desktop.
Save jasonmelgoza/30bff77e70387929edf1 to your computer and use it in GitHub Desktop.
// http://css-tricks.com/transitions-only-after-page-load/
.preload *
-webkit-transition: none !important
-moz-transition: none !important
-ms-transition: none !important
-o-transition: none !important
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment