Contents

repeated(count:)

Repeats an animation the number of times specified by an irrational number.

Declaration

func repeated(count: TimeInterval) -> Self

Parameters

  • count:

    The number of times the animation repeats before stopping.

Return Value

A version of the calling animation repeated the given number of times.

See Also

Repeating animation playback