repeated(count:)
Repeats an animation the number of times specified by a whole number.
Declaration
func repeated(count: Int) -> 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.