Skip to content

Instantly share code, notes, and snippets.

@mrkev
Created January 6, 2013 06:13
Show Gist options
  • Save mrkev/4465590 to your computer and use it in GitHub Desktop.
Save mrkev/4465590 to your computer and use it in GitHub Desktop.
Transitions for all browsers, all properties, 0.5. Mainly for convenience and reference.
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment