[jQuery] dynamically set timeout on a jQuery cycle plugin?

[jQuery] dynamically set timeout on a jQuery cycle plugin?


Hi -
I haven't found an easy way to speed-up/slow down the timeout speed of
a running cycle of images. Can this be done? I've tried about a
million differnt ways including modifying the plugin itself, but no
luck yet.
Stuff like:
jQuery('#fastButton').click(function() {
fx: 'fade',
timeout: 2500,
before: onBefore
});
fails miserably -- seems to create a competing cycle.