TweenInfo
Mostrar obsoleto
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.
Resumen
Constructores
- new(time : number,easingStyle : Enum.EasingStyle,easingDirection : Enum.EasingDirection,repeatCount : number,reverses : bool,delayTime : number)
Propiedades
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.
Constructores
new
Parámetros
Valor predeterminado: 1
Valor predeterminado: Enum.EasingStyle.Quad
Valor predeterminado: Enum.EasingDirection.Out
Valor predeterminado: 0
Valor predeterminado: false
Valor predeterminado: 0
Propiedades
Reverses
Whether or not the tween interpolates in reverse tween once the initial tween completes.