Skip to content

Instantly share code, notes, and snippets.

@Frique
Created March 12, 2013 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frique/5141013 to your computer and use it in GitHub Desktop.
Save Frique/5141013 to your computer and use it in GitHub Desktop.
CSS: Transitions
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment