Class: Animator

Animator()

new Animator()

Animator Animatorはアニメーションロープを管理する物です。 requestFrame function(callback,interval) アニメーションをしたい時はこのfunctionのcallbackにアニメーションをパスして、あとでcallbackが実行される

Members

isPaused :boolean

Type:
  • boolean

Methods

pause()

requestFrame(callback, intervalopt)

Parameters:
Name Type Attributes Description
callback function
interval number <optional>

resume()