Skip to content

Instantly share code, notes, and snippets.

@hulufei
Created June 26, 2013 09:07
Show Gist options
  • Save hulufei/5865921 to your computer and use it in GitHub Desktop.
Save hulufei/5865921 to your computer and use it in GitHub Desktop.
General tips for javascript
// prevent repeat animation
$('#demo').stop().animate({...});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment