ApiAnimationEffect
Represents the ApiAnimationEffect class.
Methods
| Method | Returns | Description |
|---|---|---|
| Delete | boolean | Deletes the animation effect. |
| GetClassType | "animationEffect" | Returns the type of the ApiAnimationEffect class. |
| GetDelay | number | Returns the delay before the animation effect starts in milliseconds. |
| GetDuration | number | Returns the duration of the animation effect in milliseconds. |
| GetEffectType | AnimationEffectType | null | Returns the animation effect type. |
| GetRepeatCount | number | Returns the repeat count for the animation effect. |
| GetShape | ApiDrawing | null | Returns the animated drawing object. |
| GetTriggerType | AnimationTriggerType | Returns the trigger type for the animation effect. |
| MoveTo | boolean | Moves the animation effect to the specified position in the sequence. |
| SetDelay | boolean | Sets the delay before the animation effect starts in milliseconds. |
| SetDuration | boolean | Sets the duration of the animation effect in milliseconds. |
| SetRepeatCount | boolean | Sets the repeat count for the animation effect. |
| SetTriggerType | boolean | Sets the trigger type for the animation effect. |