On 01 Sep 2010, at 14:34, Raphael75 wrote:
But isn't the queue supposed to handle that? I inserted the Fade first
(queue: 'front') and then the Appear (queue: 'end'). Isn't that right?
Or is there some other way to have the Appear wait to start until the
Fade is finished?
Use the afterFinish callback like so:
var olstext = $('olstext');
olstext.fade({duration: 0.35, afterFinish: function()
{ olstext.update("Some new text"); olstext.appear({duration: 0.5}); }});
Best regards
Peter De Berdt
--
You received this message because you are subscribed to the Google Groups "Prototype
& script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.