KL-05 · GESTURE/BENCH

Gesture Bench

Fling it and see where it was going.

CONTROL RAIL

Snap points

Landing spring

READING

velocity
0 px/s
projection
0 px
last landing
KL-05 · ARENA
LIVE CODE · MIRRORS THE STAGE
// Project the release: where was the gesture going?
const vx = x.getVelocity();
const target = x.get() + vx * 0.35;

// Animate to the projection, not the drop point
animate(x, clamp(target), springs.glide);