Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1115e commit 9f20c00Copy full SHA for 9f20c00
src/scrollable/scrollable.autoscroll.js
@@ -44,6 +44,8 @@
44
* Fixes this bug: http://flowplayer.org/tools/forum/25/72029
45
*/
46
function scroll(){
47
+ // Fixes https://github.com/jquerytools/jquerytools/issues/591
48
+ if (timer) clearTimeout(timer); // reset timeout, especially for onSeek event
49
timer = setTimeout(function(){
50
api.next();
51
}, opts.interval);
0 commit comments