Xamarin.Forms.Easing: Field Members

The fields of Xamarin.Forms.Easing are listed below. For a list of all members, see the Easing Members list.

See Also: Inherited members from System.Object

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.