EasingDirection (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Anaminus
descriptions; see also
>Anaminus
visuals
Line 5: Line 5:
| 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"|<span style="color:white">'''Description'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Visual'''</span>
|-
|-
|0
|0
|In
|In
|Applies the transition normally.
|Applies the transition normally.
|[[Image:Easein_vis.png]]
|-
|-
|1
|1
|Out
|Out
|Applies the transition in reverse.
|Applies the transition in reverse.
|[[Image:Easeout_vis.png]]
|-
|-
|2
|2
|InOut
|InOut
|Applies the transition in reverse, then normally.
|Applies the transition in reverse, then normally.
|[[Image:Easeinout_vis.png]]
|}
|}



Revision as of 21:26, 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