Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created November 5, 2013 14:47
Show Gist options
  • Save tjhole/7320132 to your computer and use it in GitHub Desktop.
Save tjhole/7320132 to your computer and use it in GitHub Desktop.
CSS: transition all ease-in-out
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment