I have horizontal menu. It looks like that
<ul>
<li>Sample 1</li>
<li>Sample 2</li>
</ul>
Is there any way to fadein them one by one on page load?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
working demo :
http://jsfiddle.net/gion_13/7KQbB/
And of course you can pluginify the code for a more jquery-like synthax:
Now you can use this plugin exactly as the native
fadeInmethod :The great thing about this approach is that it works on any elements (not only li’s).
Here’s the demo for this little plugin :
http://jsfiddle.net/gion_13/7KQbB/1/