Skip to content

Instantly share code, notes, and snippets.

@koycarraway
Created January 11, 2013 14:52
Show Gist options
  • Save koycarraway/4511224 to your computer and use it in GitHub Desktop.
Save koycarraway/4511224 to your computer and use it in GitHub Desktop.
Background Animate Element
.foo {
background: url('../path/to/image.jpg');
background-color: #e6eff2;
@include animate(animate-bg, 18s, 0, linear, both);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment