Skip to content

Instantly share code, notes, and snippets.

@berend-de-jong
Created March 12, 2013 07:55
Show Gist options
  • Select an option

  • Save berend-de-jong/5141013 to your computer and use it in GitHub Desktop.

Select an option

Save berend-de-jong/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