TweenInfo
Show Deprecated
The TweenInfo data type stores parameters for TweenService:Create() to specify the behavior of the tween. The properties of a TweenInfo cannot be written to after its creation.
Summary
Constructors
- new(time : number,easingStyle : Enum.EasingStyle,easingDirection : Enum.EasingDirection,repeatCount : number,reverses : bool,delayTime : number)
Properties
The direction in which the tween executes.
Duration of the tween, in seconds.
Time of delay until the tween begins, in seconds.
Number of times the tween repeats.
The style in which the tween executes.
Whether or not the tween interpolates in reverse tween once the initial tween completes.
Constructors
new
Parameters
Default Value: 1
Default Value: Enum.EasingStyle.Quad
Default Value: Enum.EasingDirection.Out
Default Value: 0
Default Value: false
Default Value: 0
Properties
Reverses
Whether or not the tween interpolates in reverse tween once the initial tween completes.