ViewExtensions.RotateXTo(VisualElement, Double, UInt32, Easing)
ViewExtensions.RotateXTo(VisualElement, Double, UInt32, Easing)
Method
Definition
Returns a task that skews the Y axis by opacity
, taking time length
and using easing
.
public static System.Threading.Tasks.Task<bool> RotateXTo (this Xamarin.Forms.VisualElement view, double rotation, uint length = 250, Xamarin.Forms.Easing easing = null);
static member RotateXTo : Xamarin.Forms.VisualElement * double * uint32 * Xamarin.Forms.Easing -> System.Threading.Tasks.Task<bool>
Parameters
The view on which this method operates.
The time, in milliseconds, over which to animate the transition. The default is 250.