EasingDirection (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
visuals
>Anaminus
fixing width
Line 4: Line 4:
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
| bgcolor="#AB5454" width="100%"|<span style="color:white">'''Description'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Visual'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Visual'''</span>
|-
|-

Revision as of 21:42, 29 April 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