-
Fading in lines of text then link
Hi everyone,
I want to fade in 5 lines of text one after the other. Each line is one or two words. Is that possible with Javascript? Also, I want the them link to different sites once they are done fading in. Is that possible too?
Thanks for your help.
MJ
-
-
you should look into jQuery. The .show() function can handle the fading-in.
It would probably work out best to have them already written as hyperlinks, but if you wanted that to happen only after they're shown, you could use something like .html() to replace the original text with hyperlinked text. It might "jump" a little, though.
-
-
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks