Use setTimeout:
window.setTimeout(myfunction, mydelay);
and put it at the end of the MoveBy function.
-Jerod
On 7/11/06, Nicolas, Internethic <[EMAIL PROTECTED]> wrote:
Hi,
By combining Appear, Move By and Fade I have developed a kind of
vertical news ticker ...
That works fine. But ...
I w
Hi,
By combining Appear, Move By and Fade I have developed a kind of
vertical news ticker ...
That works fine. But ...
I want to make a pause after the Move By (or before the Fade Out)
effect, and I don't know how to do this.
I heard about the queue interval but I am unable to modify it ...