EasingStyle (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>MrNicNac
Some explanations.
>MrNicNac
Some explanations.
(No difference)

Revision as of 19:35, 22 April 2011

Sets the direction for tweening.
Enum Name Description
0 Linear Uses a linear interpolation to reach the end point in a simple manor.
1 Sine N/A
2 Back Onces the GUI reaches its target point, it will go over it just a bit (depending on the time argument), and then return to the target position.
3 Quad N/A
4 Quart N/A
5 Quint N/A
6 Bounce Bounces off the end point a couple times (speed depends on the time argument) and returns to the end position.
7 Elastic Acts as if the GUI were being stretched like rubber and then launches towards its end point.