Skip to content

Instantly share code, notes, and snippets.

@ace4gi
Created July 27, 2014 18:25
Show Gist options
  • Select an option

  • Save ace4gi/b5d1e29d598d435b7200 to your computer and use it in GitHub Desktop.

Select an option

Save ace4gi/b5d1e29d598d435b7200 to your computer and use it in GitHub Desktop.
animate 0 - 1 (easing)
jQuery({count:0}).animate({count:1}, {
duration: 1000,
progress: function() {
console.log( this.count );
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment