EasingDirection (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Emess
No edit summary
>Trappingnoobs
Goes along with new Enum scheme now. Lucky I remembered a colspan parameter :-)
 
(6 intermediate revisions by 3 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>
Line 9: Line 9:
|0
|0
|In
|In
|Applies the transition normally.
|Applies the transition in reverse.
|[[Image:Easein_vis.png]]
|[[Image:Easeout_vis.png]]
|-
|-
|1
|1
|Out
|Out
|Applies the transition in reverse.
|Applies the transition normally.
|[[Image:Easeout_vis.png]]
|[[Image:Easein_vis.png]]
|-
|-
|2
|2

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