Skip to main content

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

NameDefault ValueDescription
Time1The duration of the tween.
StyleEnum.EasingStyle.QuadThe EasingStyle of the tween.
DirectionEnum.EasingDirection.OutThe EasingDirection of the tween.