Animation
Provides features that make and control animation. TAU Animation has relevance to Tween Animator. You can use the following APIs to make Tween-able objects and control animation.
Table of Contents
Methods
Summary
Method | Description |
---|---|
stop ( ) |
Stops an animation or group animations. |
transform ( ) |
Sets transform property of target. |
tween ( ) |
Adds tween animation with animation information and animates the target. |
Target target ( String str ) |
Returns animation target object. |
stop
-
Stops an animation or group animations.
stop ( )
Return value:
No Return Value transform
-
Sets transform property of target.
transform ( )
Return value:
No Return Value tween
-
Adds tween animation with animation information and and animates the target.
tween ( )
Return value:
No Return Value target
-
Returns animation target object
Target target ( String str)
Parameters:
Parameter Type Required / optional Default value Description str String Required Return value:
Type Description Target Target object