HI All,
> In the last fade, add afterFinish:sequence() to your options array.
> That should call the function itself again, and the wheel will turn.
How do I do that in this sequence?
function sequence() {
var options = { queue: 'end' };
//$('logo1').appear(options);
$('logo1').fade(options);
$('logo2').appear(options);
$('logo2').fade(options);
$('logo3').appear(options);
$('logo3').fade(options);
$('logo4').appear(options);
}
Thanks,
--
Leonard Burton, N9URK
http://www.jiffyslides.com
[EMAIL PROTECTED]
[EMAIL PROTECTED]
"The prolonged evacuation would have dramatically affected the
survivability of the occupants."
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---