Skip to main content

ApiAnimationEffect

Represents the ApiAnimationEffect class.

Methods

MethodReturnsDescription
DeletebooleanDeletes the animation effect.
GetClassType"animationEffect"Returns the type of the ApiAnimationEffect class.
GetDelaynumberReturns the delay before the animation effect starts in milliseconds.
GetDurationnumberReturns the duration of the animation effect in milliseconds.
GetEffectTypeAnimationEffectType | nullReturns the animation effect type.
GetRepeatCountnumberReturns the repeat count for the animation effect.
GetShapeApiDrawing | nullReturns the animated drawing object.
GetTriggerTypeAnimationTriggerTypeReturns the trigger type for the animation effect.
MoveTobooleanMoves the animation effect to the specified position in the sequence.
SetDelaybooleanSets the delay before the animation effect starts in milliseconds.
SetDurationbooleanSets the duration of the animation effect in milliseconds.
SetRepeatCountbooleanSets the repeat count for the animation effect.
SetTriggerTypebooleanSets the trigger type for the animation effect.