Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- Killing a timeout in another function


daveVk - 1:35 am on Dec 19, 2012 (gmt 0)


Need to call stop() on object currently being animated, try following that calls it on all objects in animation set.

function myRotate() {
var obj = $("#rotate");
obj.children().stop(); // set of objects being animated I hope
var next = $("#rotate2");
// what is this for ?
obj.rotaterator({ fadeSpeed: 1200, pauseSpeed: 6000 });

}


Thread source:: http://www.webmasterworld.com/javascript/4529331.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com