Skip to content

Instantly share code, notes, and snippets.

@rolka
Created April 26, 2013 01:14
Show Gist options
  • Save rolka/5464498 to your computer and use it in GitHub Desktop.
Save rolka/5464498 to your computer and use it in GitHub Desktop.
CSS3 Transitions
-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment