...
|
...
|
@@ -188,7 +188,7 @@ function tsAnimate() { |
|
|
window.setTimeout(tsAnimate, 3000);
|
|
|
} else {
|
|
|
if (start % 360 === 0) {
|
|
|
window.setTimeout(tsAnimate, 3 * 60 * 1000);
|
|
|
window.setTimeout(tsAnimate, 60 * 1000);
|
|
|
} else {
|
|
|
requestFrame(function () {
|
|
|
tsAnimate();
|
...
|
...
|
|