Skip to content

Instantly share code, notes, and snippets.

@dfadler
Created May 8, 2012 16:20
Show Gist options
  • Save dfadler/2636907 to your computer and use it in GitHub Desktop.
Save dfadler/2636907 to your computer and use it in GitHub Desktop.
Prevents css transitions on page load
// 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