repeated(count:)
Repeats an animation the number of times specified by an irrational number.
Declaration
func repeated(count: TimeInterval) -> SelfParameters
- count:
The number of times the animation repeats before stopping.
Return Value
A version of the calling animation repeated the given number of times.