On Oct 19, 2008, at 8:38 PM, Leonard Burton wrote:
> Justin,
> Thanks for the help,
>
> Essentially I have this and I would like it to loop through the queue
> instead of ending:
>
> function test(){
>
> sequence.delay(2)
>
> }
>
> 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);
> //$('logo4').fade(options);
> }
>
> On Sun, Oct 19, 2008 at 8:37 PM, Justin Perkins
> <[EMAIL PROTECTED]>wrote:
>
>>
>> I agree github is a little tough to use if you're just looking for
>> demos. There has been a lot of talk about setting up an easier to use
>> wiki, but the details are still being worked out iirc. In the
>> meantime
>> the wiki on github is the best option.
>>
>> Which effect are you wanting to loop?
>>
>> -justin
>>
>>>
>>
>
In the last fade, add afterFinish:sequence() to your options array.
That should call the function itself again, and the wheel will turn.
Walter
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---