Next: Bezier Curves, Previous: Quaternions, Up: Math [Contents][Index]
Easing functions are essential for animation. Each easing function
provides a different path to go from an initial value to a final
value. These functions make an excellent companion to the
tween
procedure (see Tweening). Experiment with them to
figure out which function makes an animation look the best.
Pro tip: smoothstep
provides nice results most of the time and
creates smoother animation than using linear
.