Animation
Provides features that make and control animation. TAU Animation has relevance to Tween Animator. As you can see below APIs, almost APIs make Tween-able object and control animation.
Table of Contents
Methods
Summary
| Method | Description |
|---|---|
stop() |
Stops animation or group animations. |
transform() |
Sets transform property of target. |
tween() |
Adds tween animation with animation information and target is animated. |
Target target(String str) |
Returns animation target object |
stop-
Stops 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 target is animated.
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