Page is a not externally linkable
andrewsmd - 11:47 pm on Dec 18, 2012 (gmt 0)
Not sure I understand what you meant by that but doing
function myRotate() {
var obj = $("#rotate");
var next = $("#rotate2");
$('#rotate').rotaterator({ fadeSpeed: 1200, pauseSpeed: 6000 });
$('#rotate').stop(true);
}
Will rotate, but doesn't stop the timer