pause property

bool pause
finalinherited

When set to true, the animation playback is paused. When set to false (default), the animation plays normally according to the defined loop count repeat.

Implementation

final bool pause;