isRunning
A Boolean value indicating whether the animation is currently running.
Declaration
var isRunning: Bool { get }Discussion
This property reflects whether the animation is running either in the forward or reverse direction. The value of this property is true only after a call to the startAnimation() method. The value is false when the animator is paused or stopped.