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
というのが用意されている。