Skip to content

Instantly share code, notes, and snippets.

@TorbenL
Created September 2, 2013 06:44
Show Gist options
  • Save TorbenL/6409843 to your computer and use it in GitHub Desktop.
Save TorbenL/6409843 to your computer and use it in GitHub Desktop.
.transition-all {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment