Created
July 10, 2013 10:29
-
-
Save painejake/5965249 to your computer and use it in GitHub Desktop.
Rotating Animation 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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