AnimatePro
Extension component for AnimatePro made by xtiger for ultimate animations. Created using Rush.
Blocks
Methods:
SetDuration
Set the animation duration.
Parameter | Type |
---|---|
duration | number |
SetRepeatCount
Set the repeat count for the animation.
Parameter | Type |
---|---|
repeatCount | number |
SetRepeatMode
Set the repeat mode for the animation.
Parameter | Type |
---|---|
repeatMode | number |
AnimateTranslationXY
Animate a component to move horizontally and vertically by specified distances.
Parameter | Type |
---|---|
component | component |
distanceX | number |
distanceY | number |
BounceHorizontal
Bounce a component horizontally between start and end positions.
Parameter | Type |
---|---|
component | component |
start | number |
end | number |
BounceVertical
Bounce a component vertically between start and end positions.
Parameter | Type |
---|---|
component | component |
start | number |
end | number |
Rotate
Rotate a component by a specified angle.
Parameter | Type |
---|---|
component | component |
angle | number |
Scale
Scale a component to specified X and Y values.
Parameter | Type |
---|---|
component | component |
scaleX | number |
scaleY | number |
FadeIn
Fade in a component.
Parameter | Type |
---|---|
component | component |
FadeOut
Fade out a component.
Parameter | Type |
---|---|
component | component |
SlideInFromLeft
Slide in a component from the left.
Parameter | Type |
---|---|
component | component |
SlideInFromRight
Slide in a component from the right.
Parameter | Type |
---|---|
component | component |
SlideInFromTop
Slide in a component from the top.
Parameter | Type |
---|---|
component | component |
SlideInFromBottom
Slide in a component from the bottom.
Parameter | Type |
---|---|
component | component |
ShakeHorizontal
Shake a component horizontally.
Parameter | Type |
---|---|
component | component |
ShakeVertical
Shake a component vertically.
Parameter | Type |
---|---|
component | component |
Pulse
Pulse a component (scale up and down).
Parameter | Type |
---|---|
component | component |
FlipHorizontal
Flip a component horizontally.
Parameter | Type |
---|---|
component | component |
FlipVertical
Flip a component vertically.
Parameter | Type |
---|---|
component | component |
ZoomIn
Zoom in a component.
Parameter | Type |
---|---|
component | component |
ZoomOut
Zoom out a component.
Parameter | Type |
---|---|
component | component |
BounceInPlace
Bounce a component in place.
Parameter | Type |
---|---|
component | component |
Swing
Swing a component back and forth.
Parameter | Type |
---|---|
component | component |
SlideOutToLeft
Slide a component out to the left.
Parameter | Type |
---|---|
component | component |
SlideOutToRight
Slide a component out to the right.
Parameter | Type |
---|---|
component | component |
SlideOutToTop
Slide a component out to the top.
Parameter | Type |
---|---|
component | component |
SlideOutToBottom
Slide a component out to the bottom.
Parameter | Type |
---|---|
component | component |
FadeInWithDelay
Fade in a component with a delay.
Parameter | Type |
---|---|
component | component |
delay | number |
FadeOutWithDelay
Fade out a component with a delay.
Parameter | Type |
---|---|
component | component |
delay | number |
ScaleWithBounce
Scale a component with a bounce effect.
Parameter | Type |
---|---|
component | component |
scaleX | number |
scaleY | number |
RotateWithBounce
Rotate a component with a bounce effect.
Parameter | Type |
---|---|
component | component |
angle | number |
Blink
Blink a component.
Parameter | Type |
---|---|
component | component |
ChangeBackgroundColor
Animate a component's background color change.
Parameter | Type |
---|---|
component | component |
startColor | number |
endColor | number |
RotateIndefinitely
Rotate a component infinitely.
Parameter | Type |
---|---|
component | component |
ZoomInAndOut
Zoom in a component and then return to original size.
Parameter | Type |
---|---|
component | component |
FadeInAndOut
Fade in and out a component.
Parameter | Type |
---|---|
component | component |
SlideUpAndDown
Slide a component up and down.
Parameter | Type |
---|---|
component | component |
distance | number |
SlideLeftAndRight
Slide a component left and right.
Parameter | Type |
---|---|
component | component |
distance | number |
IncreaseWidth
Animate a component to increase width.
Parameter | Type |
---|---|
component | component |
newWidth | number |
IncreaseHeight
Animate a component to increase height.
Parameter | Type |
---|---|
component | component |
newHeight | number |
CenterInParent
Animate a component's position to center of parent.
Parameter | Type |
---|---|
component | component |
Rotate360
Rotate a component 360 degrees.
Parameter | Type |
---|---|
component | component |
FlipInPlaceHorizontal
Flip a component horizontally in place.
Parameter | Type |
---|---|
component | component |
FlipInPlaceVertical
Flip a component vertically in place.
Parameter | Type |
---|---|
component | component |
SlideInFromLeftWithBounce
Slide in a component from the left with bounce.
Parameter | Type |
---|---|
component | component |
SlideOutToLeftWithBounce
Slide out a component to the left with bounce.
Parameter | Type |
---|---|
component | component |
ZoomInWithBounce
Zoom in a component with a bounce effect.
Parameter | Type |
---|---|
component | component |
ZoomOutWithBounce
Zoom out a component with a bounce effect.
Parameter | Type |
---|---|
component | component |
RotateLinear
Rotate a component with a linear interpolator.
Parameter | Type |
---|---|
component | component |
SlideFromTopFadeIn
Slide a component from the top and fade in.
Parameter | Type |
---|---|
component | component |
SlideToBottomFadeOut
Slide a component to the bottom and fade out.
Parameter | Type |
---|---|
component | component |
SpinClockwiseIndefinitely
Spin a component clockwise indefinitely.
Parameter | Type |
---|---|
component | component |
SpinCounterClockwiseIndefinitely
Spin a component counterclockwise indefinitely.
Parameter | Type |
---|---|
component | component |
PulseOpacity
Pulse a component's opacity.
Parameter | Type |
---|---|
component | component |
SlideDiagonally
Slide a component diagonally.
Parameter | Type |
---|---|
component | component |
distanceX | number |
distanceY | number |
SlideDiagonallyWithBounce
Slide a component diagonally and bounce.
Parameter | Type |
---|---|
component | component |
distanceX | number |
distanceY | number |
StretchHorizontal
Stretch a component horizontally.
Parameter | Type |
---|---|
component | component |
factor | number |
StretchVertical
Stretch a component vertically.
Parameter | Type |
---|---|
component | component |
factor | number |
ShrinkHorizontal
Shrink a component horizontally.
Parameter | Type |
---|---|
component | component |
factor | number |
ShrinkVertical
Shrink a component vertically.
Parameter | Type |
---|---|
component | component |
factor | number |
RotateTo
Rotate a component to a specific angle.
Parameter | Type |
---|---|
component | component |
angle | number |
AnimateXPosition
Animate the X position of a component.
Parameter | Type |
---|---|
component | component |
targetX | number |
AnimateYPosition
Animate the Y position of a component.
Parameter | Type |
---|---|
component | component |
targetY | number |
ShakeHorizontally
Shake a component horizontally.
Parameter | Type |
---|---|
component | component |
ShakeVertically
Shake a component vertically.
Parameter | Type |
---|---|
component | component |
Bounce
Bounce a component.
Parameter | Type |
---|---|
component | component |
ZoomInFrom
Zoom in a component from a specified factor.
Parameter | Type |
---|---|
component | component |
factor | number |
ZoomOutTo
Zoom out a component to a specified factor.
Parameter | Type |
---|---|
component | component |
factor | number |
Wobble
Wobble a component.
Parameter | Type |
---|---|
component | component |
FlipVertically
Flip a component vertically.
Parameter | Type |
---|---|
component | component |
FlipHorizontally
Flip a component horizontally.
Parameter | Type |
---|---|
component | component |
RotateLeftAndRight
Rotate a component left and right.
Parameter | Type |
---|---|
component | component |
Shake
Shake a component.
Parameter | Type |
---|---|
component | component |
RotateClockwise
Rotate a component clockwise.
Parameter | Type |
---|---|
component | component |
RotateCounterClockwise
Rotate a component counterclockwise.
Parameter | Type |
---|---|
component | component |
AnimateXBackAndForth
Animate a component's X position back and forth.
Parameter | Type |
---|---|
component | component |
distance | number |
AnimateYUpAndDown
Animate a component's Y position up and down.
Parameter | Type |
---|---|
component | component |
distance | number |
This documentation was generated using Akshat Developer's Documentation Generator.
Video of animations will posted soon when i became free.
You can ask for custom animation by name or showing video too.