A set of functions and tasks for tweening. Methods: - linear - smoothstep - smootherstep - acceleration - deceleration - overshoot Functions: - Linear(a, b, x) - Smoothstep(a, b, x) - Smootherstep(a, b, x) - Acceleration(a, b, x) - Deceleration(a, b, x) - Overshoot(a, b, x, magnit...