Search
AnimationFrame Members
Constructors Fields Methods
 


Class representing an animation frame. A frame could be divided into divisionRate number of instances. This class could be inhered

The following tables list the members exposed by the AnimationFrame type.

 Protected Constructors

  Name Description

AnimationFrame

 

 Protected Fields

  Name Description

duration

Provides the duration of the animation, in seconds.

endTime

Specifies the end time of the animation.

progress

 

startTime

Indicates the start time of the animation.

 Public Methods

  Name Description

start

Starts the animation.

 Protected Methods

  Name Description

run

The method that executes the animation. Override it to implement your own animation logic.

 See Also