EasingDirection (Enum)

From Legacy Roblox Wiki
Revision as of 09:58, 9 July 2011 by >Trappingnoobs (Goes along with new Enum scheme now. Lucky I remembered a colspan parameter :-))
Jump to navigationJump to search
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.

See Also