TweenInfo
Visualizza obsoleti
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.
Sommario
Costruttori
- new(time : number,easingStyle : Enum.EasingStyle,easingDirection : Enum.EasingDirection,repeatCount : number,reverses : bool,delayTime : number)
Proprietà
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.
Costruttori
new
Parametri
Valore predefinito: 1
Valore predefinito: Enum.EasingStyle.Quad
Valore predefinito: Enum.EasingDirection.Out
Valore predefinito: 0
Valore predefinito: false
Valore predefinito: 0
Proprietà
Reverses
Whether or not the tween interpolates in reverse tween once the initial tween completes.