Animations

Last Updated On 2021-07-16

Version 2MinSDK 7Tutorial Video

You can show many animations with with component



Methods

You can set the below method blocks in the blocks section of the builder.

IsRunning

Method for IsRunning

ShowAnimation

Shows animation in the given component, with duration of animation and selected animation type, set repeat to true for repeating the animation

ShowAnimationPivot

Shows animation in the given component, with duration of animation and selected animation type, set repeat to true for repeating the animation

Stop

Method for Stop


Events

You can set the below event blocks in the blocks section of the builder.

AnimationCancel

Event for AnimationCancel

AnimationEnd

Event for AnimationEnd

AnimationRepeat

Event for AnimationRepeat

AnimationStart

Event for AnimationStart