I want to replace the text in a ‘div span’ with text from an array. I’d like this simple animation to do two things…
- Fly or fade the text in randomly
- Loop continously
I have a fiddle setup where I’ve been trying different things; http://jsfiddle.net/fmdfrank/W47QV/
Anybody?
use jquery .queue & .dequeue to store each operation in the fx queue. this will let the text change behave as part of the animation queue. then check if you need to loop.
in a fiddle: http://jsfiddle.net/W47QV/4/