TweenConfiguration
All client objects that use tweens have a TweenConfiguration
configuration object parented inside of their regular configuration. This object holds extra settings relating to what properties the Tween will use.
Configuration
Name | Default Value | Description |
---|---|---|
Time | 1 | The duration of the tween. |
Style | Enum.EasingStyle.Quad | The EasingStyle of the tween. |
Direction | Enum.EasingDirection.Out | The EasingDirection of the tween. |