[jQuery] Re: Fading text in/out (like a text slideshow)

2009-04-28 Thread Mitch Cohen
').html(myQuotes[quoteCounter]).fadeIn(1000).fadeTo (1, 1).fadeOut(1000, setNext); quoteCounter++; } $(document).ready(function() { setNext(); }); On Apr 27, 9:38 pm, Mitch Cohen mitchellsco...@gmail.com wrote: I have a small portion of a page which will contain

[jQuery] Fading text in/out (like a text slideshow)

2009-04-27 Thread Mitch Cohen
I have a small portion of a page which will contain a set of animated text snippets. Item one will appear immediately, then fade out; item two will fade in, pause, then fade out, etc. At the end of the sequence item one will appear again repeating forever. It's basically a slideshow of styled