Skip to content

Instantly share code, notes, and snippets.

@sebastienwindal
Created February 15, 2013 20:37
Show Gist options
  • Select an option

  • Save sebastienwindal/4963364 to your computer and use it in GitHub Desktop.

Select an option

Save sebastienwindal/4963364 to your computer and use it in GitHub Desktop.
#myAnimatedText {
background-color: red;
-webkit-transition-property: background-color;
-webkit-transition-duration: 1.0s;
}
#myAnimatedText:hover {
background-color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment