EasingDirection
Pass to 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
Pass to TweenInfo.new() to control the direction Tweens play in.
For a video demonstration of each easing direction, see UI Animations - Direction.