Xamarin.Forms.AnimationExtensions.AbortAnimation Method
Stops the animation.

Syntax

public static bool AbortAnimation (this IAnimatable self, string handle)

Parameters

self
Documentation for this section has not yet been entered.
handle
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

If handle refers to an animation that belongs to this Xamarin.Forms.IAnimatable instance, then its tweener handlers are removed, the tweener is stopped, the animation is removed from this Xamarin.Forms.IAnimatable instance, and it is marked as finished. If handle refers to one of the kinetics that belong to this Xamarin.Forms.IAnimatable instance, then it and its ticker are removed.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0