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
static readonly | BounceIn | Easing. Jumps towards, and then bounces as it settles at the final value. (Note: Known bug in 1.0.0 release) |
static readonly | BounceOut | Easing. Leaps to final values, bounces 3 times, and settles. |
static readonly | CubicIn | Easing. Starts slowly and accelerates. |
static readonly | CubicInOut | Easing. Accelerates and decelerates. Often a natural-looking choice. |
static readonly | CubicOut | Easing. Starts quickly and the decelerates. |
static readonly | Linear | Easing. Linear transformation. |
static readonly | SinIn | Easing. Smoothly accelerates. |
static readonly | SinInOut | Easing. Accelerates in and out. |
static readonly | SinOut | Easing. Smoothly decelerates. |
static readonly | SpringIn | Easing. Moves away and then leaps toward the final value. |
static readonly | SpringOut | Easing. Overshoots and then returns. |