Thanks nezza, yeah I'm using the handy pause plugin now too, but for each
item in the jquery list I'm having to increase the pause param so that the
fx run one after the other. This gets the right effect but I'm hoping there
is a neater way of queing fx so they run in sequence (and without using
callbacks):

Currently like this:

   var p = 0;
   $("DIV").each(function(){
      $(this)
          .pause(p+=500)
          .fadeIn(500)
   });

George


nezza wrote:
> 
> Hi George,
> 
> I produced a "jQuery" version of the MooTools right-hand menu, "
> http://www.nabble.com/file/3714/sliding.htm sliding.htm ", which applied
> the .animate() to  list-items in an unordered list. It utilised the
> following plugins:
> 
> Pause: http://www.mythin.net/projects/jquery.php
> Easing: http://gsgd.co.uk/sandbox/jquery.easing.php
> 
> Is this what your after?
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/What-is-the-best-way-to-queue-several-effects--tf2455389.html#a6852355
Sent from the JQuery mailing list archive at Nabble.com.


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

Reply via email to