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.
Name | Description | |
---|---|---|
|
Name | Description | |
---|---|---|
Provides the duration of the animation, in seconds. |
||
Specifies the end time of the animation. |
||
|
||
Indicates the start time of the animation. |
Name | Description | |
---|---|---|
Starts the animation. |
Name | Description | |
---|---|---|
The method that executes the animation. Override it to implement your own animation logic. |