Skip to content

Instantly share code, notes, and snippets.

@andreruffert
Created December 3, 2010 16:18
Show Gist options
  • Save andreruffert/727161 to your computer and use it in GitHub Desktop.
Save andreruffert/727161 to your computer and use it in GitHub Desktop.
*:hover
{
-moz-transition: all 1s ease;
-moz-transition: rotate(180deg);
-webkit-transition: all 1s ease;
-webkit-transform: rotate(180deg);
-o-transition: all 1s ease;
-o-transition: rotate(180deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment