Skip to content

Instantly share code, notes, and snippets.

@harrynewsome
Created November 26, 2015 10:03
Show Gist options
  • Save harrynewsome/177db785624798d94be1 to your computer and use it in GitHub Desktop.
Save harrynewsome/177db785624798d94be1 to your computer and use it in GitHub Desktop.
$(".element").each(function(i, e){
setTimeout(function() {
$(e).addClass(".anim")
}, i * 400)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment