Skip to content

Instantly share code, notes, and snippets.

@Chukatuk
Created June 20, 2016 06:23
Show Gist options
  • Save Chukatuk/f88b9aec3ebcad03cbdc06fcbadfe006 to your computer and use it in GitHub Desktop.
Save Chukatuk/f88b9aec3ebcad03cbdc06fcbadfe006 to your computer and use it in GitHub Desktop.
$.each($('.element'), function(i, el){
setTimeout(function(){
$(el).removeClass('hidden')
},0 + ( i * 300 ));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment