> 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