EasingDirection (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
visuals
>Trappingnoobs
Goes along with new Enum scheme now. Lucky I remembered a colspan parameter :-)
 
(12 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>
| 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>
|-
|-
|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
Line 28: Line 28:
*[[TweenSize]]
*[[TweenSize]]
*[[TweenSizeAndPosition]]
*[[TweenSizeAndPosition]]
[[Category:Enums]]

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