Dmitrii 'Mamut' Dimandt schrieb:
> Sciptaculous has this:
>     new Effect.Fade("id", {queue: "end"});
>
> This ensures that if events are triggered before an animation is
> completed, there are no glitches when another animation is begun on the
> same element. This is especially true for accordion-type elements.
> loading indicators and the like.
>
> Is there a way to do that in jQuery?
>   
jQuery already queues animations and lacks the ability to stop this 
queue. I'm not sure about your request: Do you want to prevent new 
animations when one is already running?

-- 
Jörn Zaefferer

http://bassistance.de


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to