Hi,
I have implemented the
cycle plugin. Now I when I set pause to true, it will pause on a hover, but it will first finish the current transition. This is a good thing offcourse, but I set the speed rather slow. Now what I would like is that when I hover, the speed is temporaraly changed. I have tried several ways like:
$('#cycler').cycle({speed, 100});
$('#cycler').cycle({options: {speed, 100}});
$('#cycler').cycle('speed', 100);
but none have worked. Is this at all possible, and if so, how?