Tween
Tween : TweenBase
Properties
Instance
Instance
Read-only property that points to the Instance whose properties are being interpolated by the tween.
Code Samples
TweenInfo
TweenInfo
The TweenInfo
property defines the duration, easing style, easing direction, repeat count, reverses, and delay time for the Tween animation. It is essential for customizing the characteristics of the animation.
Code Samples
Methods
Play
The Play
method starts or resumes the Tween animation, allowing the object’s properties to transition smoothly toward the defined goals.
Parameters
Return
void
Code Samples
Cancel
The Cancel
method stops the Tween animation immediately and resets the properties to their initial state.
Parameters
Return
void
Code Samples
Pause
The Pause
method temporarily halts the Tween animation, allowing it to be resumed later without resetting.
Parameters
Return
void
Code Samples
Events
Last updated