Created
August 17, 2018 12:10
-
-
Save DevShahidul/65954508a8ca5011e80b4731432f20cb to your computer and use it in GitHub Desktop.
See example >>> http://staging.greenboxdesigns.com/pelican-v4/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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