Thanks for that Mike.  I will give that a go.  I did try redeclaring
the slideshow on mouseout but as you may have guessed it went haywire!

Cheers

On May 19, 1:31 pm, Mike <[EMAIL PROTECTED]> wrote:
> > Could anyone please tell me if it is possible to reset the timing on
> > the cycle plugin so that when you leave the pager you get the full
> > length of time before the cycle moves to the next item?
>
> No, this is not directly supported.  To change the timing for that
> situation you would need to stop the slideshow and then restart it
> again, passing in the appropriate 'startingSlide' option.
>
> $('#slideshow').cycle('stop').cycle({
>     // cycle options here
>
> });
>
> Mike

Reply via email to