Skip to content

Instantly share code, notes, and snippets.

@stevefrost
Created February 19, 2014 14:49
Show Gist options
  • Save stevefrost/9093578 to your computer and use it in GitHub Desktop.
Save stevefrost/9093578 to your computer and use it in GitHub Desktop.
* * {
-webkit-animation: rotate 15s infinite;
}
@-webkit-keyframes rotate {
0% { -webkit-transform: rotate(0deg); }
33% { -webkit-transform: rotate(-0.06deg); }
66% { -webkit-transform: rotate(0.06deg); }
100% { -webkit-transform: rotate(0deg); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment