Skip to content

Instantly share code, notes, and snippets.

@tkawachi
Created November 16, 2015 07:17
Show Gist options
  • Save tkawachi/e9128659594ce7426782 to your computer and use it in GitHub Desktop.
Save tkawachi/e9128659594ce7426782 to your computer and use it in GitHub Desktop.
.icon-spin {
display: inline-block;
-webkit-animation: spin 1.5s infinite linear;
-moz-animation: spin 1.5s infinite linear;
-o-animation: spin 1.5s infinite linear;
animation: spin 1.5s infinite linear;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment