numberOfPlays property

int? numberOfPlays
getter/setter pair

The number of times the animation should play for, will default to repeat if not specified (or the number of plays <= 0)

Implementation

int? numberOfPlays;