Skip to content

Instantly share code, notes, and snippets.

@codescribblr
Created February 13, 2014 21:42
Show Gist options
  • Select an option

  • Save codescribblr/8984479 to your computer and use it in GitHub Desktop.

Select an option

Save codescribblr/8984479 to your computer and use it in GitHub Desktop.
Color Transition on mousover
-webkit-transition: background-color 0.2s;
-moz-transition: background-color 0.2s;
-o-transition: background-color 0.24s;
-ms-transition: background-color 0.2s;
transition: background-color 0.2s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment