Closed crappy-coder closed 9 years ago
The timer code uses Date.now and just relative timing, need to use window.performance.now() instead.
I'll do it
btw looks like rAF argument is high precision now https://developers.google.com/web/updates/2012/05/requestAnimationFrame-API-now-with-sub-millisecond-precision
The timer code uses Date.now and just relative timing, need to use window.performance.now() instead.