Skip to content

Instantly share code, notes, and snippets.

@musicalbigfoot
Created January 20, 2013 08:56
Show Gist options
  • Save musicalbigfoot/4577366 to your computer and use it in GitHub Desktop.
Save musicalbigfoot/4577366 to your computer and use it in GitHub Desktop.
CSS: Transition All
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment