Value | Meaning |
---|---|
transLinear0 | The animation is interpolated linearly. |
transSine1 | The animation is interpolated using a sine function. |
transQuint2 | The animation is interpolated with a quintic (to the power of 5) function. |
transQuart3 | The animation is interpolated with a quartic (to the power of 4) function. |
transQuad4 | The animation is interpolated with a quadratic (to the power of 2) function. |
transExpo5 | The animation is interpolated with an exponential (to the power of x) function. |
transElastic6 | The animation is interpolated with elasticity, wiggling around the edges. |
transCubic7 | The animation is interpolated with a cubic (to the power of 3) function. |
transCirc8 | The animation is interpolated with a function using square roots. |
transBounce9 | The animation is interpolated by bouncing at the end. |
transBack10 | The animation is interpolated backing out at ends. |