ApiAnimationSequence
Represents the ApiAnimationSequence class.
Methods
| Method | Returns | Description |
|---|---|---|
| AddEffect | ApiAnimationEffect | null | Adds an animation effect to the sequence. |
| GetClassType | "animationSequence" | Returns the type of the ApiAnimationSequence class. |
| GetCount | number | Returns the number of effects in the sequence. |
| GetEffect | ApiAnimationEffect | null | Returns the effect at the specified index. |
| RemoveAllEffects | boolean | Removes all effects from the sequence. |