(no title)
telcy
|
7 years ago
What you mean is setInterval and does work well for synchronous execution. His approach is correct and would even work if the animate function is asynchronous as the next tick gets scheduled at the end of animate function execution.
Qwertie|7 years ago
derrikcurran|7 years ago