The LERP Hierarchy

From Math Tool to GSAP Workflow

Mode: Linear
return A + (B-A) * t
Progress (t): 0.00

Manual Interpolation

This is the math function in isolation. Move the slider to see how $t$ calculates the value between $A$ and $B$.