EasingStyle (Enum)

From Legacy Roblox Wiki
Revision as of 19:35, 22 April 2011 by >MrNicNac (Some explanations.)
Jump to navigationJump to search
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.