EasingDirection (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
fixing inaccuracy
>Trappingnoobs
Goes along with new Enum scheme now. Lucky I remembered a colspan parameter :-)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
|+ <big>Sets the direction for tweening.</big>
{{EnumTitle|colspan=4|The EasingDirection [[Enum]] Sets the direction for tweening. It has 3 numbers:}}
|-
|-
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>

Latest revision as of 09:58, 9 July 2011

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