Interpolates blend factor using smoother step easing.
Input value (0-1)
Eased value with smoother acceleration/deceleration
const smooth = smootherStep(0.5); // ~0.5 Copy
const smooth = smootherStep(0.5); // ~0.5
Interpolates blend factor using smoother step easing.