Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created July 10, 2014 11:39
Show Gist options
  • Save tjhole/2d9703283af47e856394 to your computer and use it in GitHub Desktop.
Save tjhole/2d9703283af47e856394 to your computer and use it in GitHub Desktop.
CSS: Transitions
-webkit-transition: all 500ms ease-out 1s;
-moz-transition: all 500ms ease-out 1s;
-o-transition: all 500ms ease-out 1s;
transition: all 500ms ease-out 1s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment