repeats property

int? repeats
final

The number of times the animation repeats (always from start to end).

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

Implementation

final int? repeats;