EasingStyle
Passed to TweenInfo.new() to control the motion of a Tween. The following graphs reflect easing styles for Enum.EasingDirection.In. For graphs reflecting Enum.EasingDirection.Out and Enum.EasingDirection.InOut, see UI Animations.
Items
Name | Value | Summary |
---|---|---|
Linear | 0 | |
Sine | 1 | |
Back | 2 | |
Quad | 3 | |
Quart | 4 | |
Quint | 5 | |
Bounce | 6 | |
Elastic | 7 | |
Exponential | 8 | |
Circular | 9 | |
Cubic | 10 |