Yes, I found the missing “{“, but thanks for pointing that out.

 

I tried your combination of timings, but it still didn’t work.

I tried that combination before, but again, it just causes a change sequence 
like:

 

start                       - first slide changes

3 sec later            - second slide changes

3 sec later            - both slide change together as the 3 and 6 sec timeouts 
overlap

 

It would seem that both slide shows need a 6 second timeout starting at a 
different

interval or “delay” or 3 seconds apart to get them on a different timing 
sequence.

 

Maybe I just need initial settings, then after the images start changing I need 
to

change the timing settings.

 

Seems like your idea and all the other timing changes I’ve tried should work, 
but

nothing is giving me the timing I’m after.

 

Thanks,

 

Rick

 

 

From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf 
Of Leonardo Balter
Sent: Tuesday, December 22, 2009 11:14 PM
To: jquery-en@googlegroups.com
Subject: Re: [jQuery] How to get these two slide show to alternate?????

 

first you forgot a "{" in the first cycle, maybe you already noticed this.

Second, trying to help you: why don't you try to use for both slideshows a 
delay of 3000ms but a timeout of 3 secs in the first and 6 secs in the other 
one.

This make the right magic for you?

2009/12/23 Rick Faircloth <r...@whitestonemedia.com>

Ok…I’ve been banging my head and Google long enough…

 

I’ve got two cycle plug-ins running, trying to get them to display

the first image (working), wait 3 seconds (slideshow1), change

slideshow1 image, wait 3 seconds, change slideshow2 image,

wait 3 seconds change slideshow1 image, etc.

 

Just alternate the two slideshow transitions 3 seconds apart.

 

Why won’t this work?

 

   $('.slideshow').cycle(

      fx: 'fade',

      speed:1000,

      delay: 3000,

      timeout: 3000

   });

                

$('.slideshow2').cycle({

      fx: 'fade',

      speed: 1000,

      delay: 6000,

      timeout: 3000

   });

 

Thanks,

 

Rick

 

-------------------------------------------------------------------------------------------------------------------

"Those who hammer their guns into plows will plow for those who do not."  - 
Thomas Jefferson

 




-- 
At,
Leo Balter
http://leobalter.net
Blog técnico: http://blog.leobalter.net

Reply via email to