アニメーション

このエントリーをはてなブックマークに追加

requestAnimationFrame()などアニメーションを扱うメソッドの一覧です。

  • cancelAnimationFrame()
    cancelAnimationFrameメソッドはrequestAnimationFrameメソッドで動いているアニメーションを停止させるメソッドです。
  • animationStartTime
    animationStartTimeプロパティはアニメーション用のタイムスタンプを返すメソッドです。
  • requestAnimationFrame()
    requestAnimationFrameメソッドはJavaScriptのアニメーションメソッドです。

検索

スポンサードリンク

バージョン

リファレンス