EasingDirection

These enum values are passed to TweenInfo.new() to control the direction Tweens play in.

Items

NameValueSummary
In0

The easing style is applied in a forward direction.

Out1

The easing style is applied in a reverse direction.

InOut2

The easing style is applied forward for the first half and in reverse for the second half.

On this page