Skip to content

Instantly share code, notes, and snippets.

@jrpbuilds
Created July 10, 2013 10:29
Show Gist options
  • Select an option

  • Save jrpbuilds/5965249 to your computer and use it in GitHub Desktop.

Select an option

Save jrpbuilds/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