EasingDirection (Enum)
From Legacy Roblox Wiki
The EasingDirection Enum Sets the direction for tweening. It has 3 numbers: | |||
Enum | Name | Description | Visual |
0 | In | Applies the transition in reverse. | |
1 | Out | Applies the transition normally. | |
2 | InOut | Applies the transition in reverse, then normally. |