Skip to content

Instantly share code, notes, and snippets.

@DevShahidul
Created August 17, 2018 12:10
Show Gist options
  • Select an option

  • Save DevShahidul/65954508a8ca5011e80b4731432f20cb to your computer and use it in GitHub Desktop.

Select an option

Save DevShahidul/65954508a8ca5011e80b4731432f20cb to your computer and use it in GitHub Desktop.
var delayTime = 0.2
$('.menu-wrap ul li').each(function(i){
$(this).find(' > a').css({
'transition-delay' : delayTime + (i * .05) + 's'
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment