requestAnimationFrame | CreativeJS
古き良きsetIntervalじゃなくて、window.requestAnimFrameというものを使うのがいいらしい。
requestAnimationFrame for smart animating - Paul Irish
時間を取得する方法も、Time.nowよりもっと精度のよい方法として、window.performance.nowというのが用意されている。
requestAnimationFrame | CreativeJS
古き良きsetIntervalじゃなくて、window.requestAnimFrameというものを使うのがいいらしい。
requestAnimationFrame for smart animating - Paul Irish
時間を取得する方法も、Time.nowよりもっと精度のよい方法として、window.performance.nowというのが用意されている。