Module spring

Module spring 

Source
Expand description

§The Spring Curve.

Spring-like easing with exponential decay and oscillation. Creates a bouncy, overshoot effect that settles at the target.

§formula.

1 + e^(-decay * t) * cos(frequency * t)

Default parameters: decay=6.0, frequency=10.0

Structs§

Spring
The Spring Easing Function.
SpringConfigurable
The SpringConfigurable Easing Function.