What are the Tween EasingStyle functions exactly?

So when you call TweenService:GetValue with a given EasingStyle, what are the exact functions used? Obviously Linear would just be y=x, and also I could determine experimentally that Quad is y=2*x-x^2 for Out and just x^2 for In, but does anyone know what the rest are?

1 Like

This website gives you incredible insight into the standard easing functions. It comes equipped with animated graphs, gradient interpretations, CSS implementations, and most importantly mathematical, programmatic implementations. You can find the equations there

2 Likes

Exactly what I am looking for, thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.