repeat property

bool repeat
final

if repeat is true, the animation chain will be repeated as soon as it ends. Otherwise, it will play only once.

Implementation

final bool repeat;