>Tune stiffness, damping and mass. springline simulates the
bounce and hands back a linear() easing — paste it into any transition and ship nothing
to the browser.
## tune—
```controls
```
```plotbraille · live
—overshoot —
```
```motion
│●
```
## output—
```css
1
linear(…)
```
>[!note] this browser lacks linear() — the demo runs a
cubic-bezier fallback, which is what springline emits there too.