Values

Linear

The animation is interpolated linearly.

Sine

The animation is interpolated using a sine function.

Quint

The animation is interpolated with a quintic (to the power of 5) function.

Quart

The animation is interpolated with a quartic (to the power of 4) function.

Quad

The animation is interpolated with a quadratic (to the power of 2) function.

Expo

The animation is interpolated with an exponential (to the power of x) function.

Elastic

The animation is interpolated with elasticity, wiggling around the edges.

Cubic

The animation is interpolated with a cubic (to the power of 3) function.

Circ

The animation is interpolated with a function using square roots.

Bounce

The animation is interpolated by bouncing at the end.

Back

The animation is interpolated backing out at ends.