Contents

repeatMode

An option that determines how the animation repeats.

Declaration

var repeatMode: AnimationRepeatMode { get set }

Discussion

If you call SampledAnimation/trimmed(start:end:duration:) with a start or end that lies outside of the timeline defined by duration, the animation fills the additional playback by applying this property.

See Also

Repeating animation playback