The members of Xamarin.Forms.Easing are listed below.
See Also: Inherited members from System.Object
| Creates a new Xamarin.Forms.Easing object with the easingFunc function. |
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. |
static | Conversion to Xamarin.Forms.Easing(Implicit) | Converts a function into an Xamarin.Forms.Easing. |