Skip to content

Instantly share code, notes, and snippets.

@aurelkurtula
Created August 20, 2013 01:52
Show Gist options
  • Select an option

  • Save aurelkurtula/6276273 to your computer and use it in GitHub Desktop.

Select an option

Save aurelkurtula/6276273 to your computer and use it in GitHub Desktop.
@keyframes animate-tail {
0% {background-position: -6864px 0; }
100% {background-position: 0 0;}
}
#foxtail {
animation: animate-tail 3.75s steps(44) infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment