AnimationExtensions.AnimationIsRunning(IAnimatable, String) Method

Definition

Returns a Boolean value that indicates whether or not the animation that is specified by handle is running.

public static bool AnimationIsRunning (this Xamarin.Forms.IAnimatable self, string handle);
static member AnimationIsRunning : Xamarin.Forms.IAnimatable * string -> bool

Parameters

self
IAnimatable

The object on which this method will be run.

handle
String

An animation key that must be unique among its sibling and parent animations for the duration of the animation.

Returns

Applies to