EasingDirection
Enum used with TweenInfo.new() to control the direction Tweens play in.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
47 | In | 0 | The easing style is applied in a forward direction. | |
47 | Out | 1 | The easing style is applied in a reverse direction. | |
47 | InOut | 2 | The easing style is applied forward for the first half and in reverse for the second half. |
Description
These enum values are passed to TweenInfo.new() to control the direction Tweens play in.