Use setTimeout:
window.setTimeout(myfunction, mydelay);
and put it at the end of the MoveBy function.
-Jerod
On 7/11/06, Nicolas, Internethic
<nicolas-H4aWS73dXuqK2by/49IDDA@public.gmane.org>
wrote:> 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 ...
>
> The best would be to use a callback afterFinish to set up a pause, or
> may be create an Effect which do nothing during the duration specified
> in option.
>
> How would you do this ?
>
> Sorry for the bad English,
>
> Nicolas
>
> _______________________________________________
> Rails-spinoffs mailing list
> Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
>