cycles property

int? cycles
final

The number of times the animation cycles, animation will repeat by alternating between begin and end on each repeat.

A value of zero means that the animation will cycle infinity.

Implementation

final int? cycles;