Skip to content

Instantly share code, notes, and snippets.

@painejake
Created July 10, 2013 10:29
Show Gist options
  • Save painejake/5965249 to your computer and use it in GitHub Desktop.
Save painejake/5965249 to your computer and use it in GitHub Desktop.
Rotating Animation 2
#social a:hover {
-webkit-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment