Contents

interpolatingSpring

An interpolating spring animation that uses a damped spring model to produce values in the range [0, 1] that are then used to interpolate within the [from, to] range of the animated property. Preserves velocity across overlapping animations by adding the effects of each animation.

Declaration

static var interpolatingSpring: Animation { get }

Discussion

This uses the default parameter values.

See Also

Customizing spring animations