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]] | |||
|} | |} | ||