On Dec 22, 10:56 pm, "Rick Faircloth" <r...@whitestonemedia.com>
wrote:
> Just alternate the two slideshow transitions 3 seconds apart.
>
> Why won't this work?
>
>    $('.slideshow').cycle(delay: 3000, timeout: 3000});
>    $('.slideshow2').cycle({delay: 6000, timeout: 3000});

I haven't used the plugin, but looking at the documentation, I think
you have delay and timeout switched.  Delay is how long before it
starts out.  Timeout is how long between each slide.

I think both need a timeout of 6000, and one needs a delay of 0, the
other of 3000.

  -- Scott

Reply via email to