I have a website using the jQuery cycle plugin. I have buttons to control the slide show: previous, next, pause, play.
Whenever you click the next/previous buttons quickly, it seems like an additional timeout is set, and the next time the automatic transition occurs, it transitions, then there is a short delay (shorter than the original timeout value) and then another transition occurs.
I'm using the command style buttons (explanation at the top of this page:
http://jquery.malsup.com/cycle/options.html). Do I need to do something to reset the timeout some how? I've tried to set it again along with the click event, but that just seemed to mess things up even worse.