Showing
1 changed file
with
1 additions
and
1 deletions
@@ -188,7 +188,7 @@ function tsAnimate() { | @@ -188,7 +188,7 @@ function tsAnimate() { | ||
188 | window.setTimeout(tsAnimate, 3000); | 188 | window.setTimeout(tsAnimate, 3000); |
189 | } else { | 189 | } else { |
190 | if (start % 360 === 0) { | 190 | if (start % 360 === 0) { |
191 | - window.setTimeout(tsAnimate, 3 * 60 * 1000); | 191 | + window.setTimeout(tsAnimate, 60 * 1000); |
192 | } else { | 192 | } else { |
193 | requestFrame(function () { | 193 | requestFrame(function () { |
194 | tsAnimate(); | 194 | tsAnimate(); |
-
Please register or login to post a comment