Contents

scrubsLinearly

A Boolean value indicating whether a paused animation scrubs linearly or uses its specified timing information.

Declaration

var scrubsLinearly: Bool { get set }

Discussion

The default value of this property is true, which causes the animator to use a linear timing function during scrubbing. Setting the property to false causes the animator to use its specified timing curve.

See Also

Accessing the animation parameters