ViewExtensions.CancelAnimations(VisualElement) Method
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.
Aborts the TranslateTo, LayoutTo, RotateTo, ScaleTo, and FadeTo animations on view
element.
public static void CancelAnimations (Xamarin.Forms.VisualElement view);
static member CancelAnimations : Xamarin.Forms.VisualElement -> unit
Parameters
- view
- VisualElement
The view on which this method operates.