On Envylabs’ site they have a feature where, below the logo, some text keeps changing after a few seconds.
I’m trying to find out what kind of JS/jquery function would do that. Can someone point to a tutorial for this?
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.
You should be using
setIntervaltogether withfadeInandfadeOutto do this. Something like this will work:See: http://jsfiddle.net/7n9Md/