EasingDirection (Enum): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>MrNicNac New page: {| 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> |- | bgcol... |
>Anaminus descriptions; see also |
||
Line 8: | Line 8: | ||
|0 | |0 | ||
|In | |In | ||
| | |Applies the transition normally. | ||
|- | |- | ||
|1 | |1 | ||
|Out | |Out | ||
| | |Applies the transition in reverse. | ||
|- | |- | ||
|2 | |2 | ||
|InOut | |InOut | ||
| | |Applies the transition in reverse, then normally. | ||
|} | |} | ||
==See Also== | |||
*[[EasingStyle]] | |||
*[[TweenPosition]] | |||
*[[TweenSize]] | |||
*[[TweenSizeAndPosition]] |
Revision as of 21:24, 29 April 2011
Enum | Name | Description |
0 | In | Applies the transition normally. |
1 | Out | Applies the transition in reverse. |
2 | InOut | Applies the transition in reverse, then normally. |