Xamarin.Forms.Easing Members

The members of Xamarin.Forms.Easing are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates a new Xamarin.Forms.Easing object with the easingFunc function.

Public Fields

static readonly
BounceInEasing. Jumps towards, and then bounces as it settles at the final value. (Note: Known bug in 1.0.0 release)
static readonly
BounceOutEasing. Leaps to final values, bounces 3 times, and settles.
static readonly
CubicInEasing. Starts slowly and accelerates.
static readonly
CubicInOutEasing. Accelerates and decelerates. Often a natural-looking choice.
static readonly
CubicOutEasing. Starts quickly and the decelerates.
static readonly
LinearEasing. Linear transformation.
static readonly
SinInEasing. Smoothly accelerates.
static readonly
SinInOutEasing. Accelerates in and out.
static readonly
SinOutEasing. Smoothly decelerates.
static readonly
SpringInEasing. Moves away and then leaps toward the final value.
static readonly
SpringOutEasing. Overshoots and then returns.

Public Methods

Ease(double) : double
Applies the easing function to the specified value v.

Public Operators

static
Conversion to Xamarin.Forms.Easing(Implicit)Converts a function into an Xamarin.Forms.Easing.