EasingDirection (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
fixing width
>Emess
No edit summary
Line 28: Line 28:
*[[TweenSize]]
*[[TweenSize]]
*[[TweenSizeAndPosition]]
*[[TweenSizeAndPosition]]
[[Category:Enums]]

Revision as of 23:22, 13 May 2011

Sets the direction for tweening.
Enum Name Description Visual
0 In Applies the transition normally.
1 Out Applies the transition in reverse.
2 InOut Applies the transition in reverse, then normally.

See Also