Jörn Zaefferer wrote:
> 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?
>
>   

Oh. I didn't know the animations were queued by default :) Now that's
good news!
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to