moveToWithSlowdown
fn
float moveToWithSlowdown(float from, float to, float delta, float slowdown)Moves from toward to by delta each step, decelerating as it approaches using slowdown. A slowdown value around 0.1 gives a natural deceleration feel.
Moves from toward to per component by delta, decelerating as it approaches using slowdown. A slowdown value around 0.1 gives a natural deceleration feel.
Moves from toward to per component by delta, decelerating as it approaches using slowdown. A slowdown value around 0.1 gives a natural deceleration feel.