TweenInfo
Afficher les obsolètes
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.
Résumé
Constructeurs
- new(time : number,easingStyle : Enum.EasingStyle,easingDirection : Enum.EasingDirection,repeatCount : number,reverses : bool,delayTime : number)
Propriétés
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.
Constructeurs
new
Paramètres
Valeur par défaut : 1
Valeur par défaut : Enum.EasingStyle.Quad
Valeur par défaut : Enum.EasingDirection.Out
Valeur par défaut : 0
Valeur par défaut : false
Valeur par défaut : 0
Propriétés
Reverses
Whether or not the tween interpolates in reverse tween once the initial tween completes.