Contents

repeatDuration

Determines how many seconds the animation will repeat for.

Declaration

var repeatDuration: CFTimeInterval { get set }

Discussion

Defaults to 0. If the repeatDuration is 0, it is ignored. If both repeatDuration and repeatCount are specified the behavior is undefined.

See Also

Repeating Animations