KL-01 · SPRING/BENCH

Spring Bench

Stiffness pulls, damping resists, mass carries.

CONTROL RAIL

Calibrations

READING

ζ damping ratio
0.83
settles
~167ms
overshoot
0%
closest
snap · 100%
KL-01 · SCOPE
STARTTARGET
POSITIONVELOCITYSETTLE 167ms
LIVE CODE · MIRRORS THE STAGE
import { motion } from "motion/react";

<motion.div
  animate={{ x: 240 }}
  transition={{
    type: "spring",
    stiffness: 640,
    damping: 42,
    mass: 1,
  }}
/>

// ζ 0.83 · settles ~167ms
// closest calibration: springs.snap (100%)