AnimationEvent

Description

class AnimationEvent

Composed of a frame, and an action function

Constructor

new AnimationEvent(frame, action, onlyOnce, undefined)

Parameters

Name Type Description
frame number
action

Members

frame : number

action : () => void

onlyOnce : boolean

undefined : undefined

isDone : boolean