Skip to content

Instantly share code, notes, and snippets.

@mvberg
Created February 1, 2018 18:13
Show Gist options
  • Save mvberg/94c645b6af8d322c85860bfde36af06b to your computer and use it in GitHub Desktop.
Save mvberg/94c645b6af8d322c85860bfde36af06b to your computer and use it in GitHub Desktop.
.loop{
animation: rotate 2s ease infinite;
animation-name: rotate;
animation-duration: 2s;
animation-timing-function: ease;
animation-delay: initial;
animation-iteration-count: infinite;
animation-direction: initial;
animation-fill-mode: initial;
animation-play-state: initial;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment