AnimatorSet.IsRunning Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if any of the child animations of this AnimatorSet have been started and have not yet ended.
public override bool IsRunning { [Android.Runtime.Register("isRunning", "()Z", "")] get; }
[<get: Android.Runtime.Register("isRunning", "()Z", "")>]
member this.IsRunning : bool
Property Value
Whether this AnimatorSet has gone past the initial delay, and at least one child animation has been started and not yet ended.
- Attributes
Remarks
Returns true if any of the child animations of this AnimatorSet have been started and have not yet ended. Child animations will not be started until the AnimatorSet has gone past its initial delay set through #setStartDelay(long)
.
Java documentation for android.animation.AnimatorSet.isRunning()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.