Skip to content

Instantly share code, notes, and snippets.

@micmath
Created June 10, 2010 16:24
Show Gist options
  • Save micmath/433239 to your computer and use it in GitHub Desktop.
Save micmath/433239 to your computer and use it in GitHub Desktop.
glow.ready(function() {
var myAnimation = new glow.anim.css("#cycle", 5, {
"background-color": {from:"white", to:"black"}
});
myAnimation.start();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment