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.
Resumo
Construtores
- new(time : number,easingStyle : Enum.EasingStyle,easingDirection : Enum.EasingDirection,repeatCount : number,reverses : bool,delayTime : number)
Propriedades
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.
Construtores
new
Parâmetros
Valor Padrão: 1
Valor Padrão: Enum.EasingStyle.Quad
Valor Padrão: Enum.EasingDirection.Out
Valor Padrão: 0
Valor Padrão: false
Valor Padrão: 0
Propriedades
Reverses
Whether or not the tween interpolates in reverse tween once the initial tween completes.