Xamarin.Forms.Easing Class
Functions that modify values non-linearly, generally used for animations.

See Also: Easing Members

Syntax

public class Easing

Remarks

Easing functions are applied to input values in the range [0,1]. The cubic easing functions are often considered to look most natural.

If developers wish to use their own easing functions, they should return a value of 0 for an input of 0 and a value of 1 for an input of 1 or the animation will have a jump.

The predefined Xamarin.Forms.Easing functions have the following forms:

MemberGraph
Easing.BounceIn

Easing.BounceOut

Easing.CubicIn

Easing.CubicInOut

Easing.CubicOut

Easing.Linear

Easing.SinIn

Easing.SinInOut

Easing.SinOut

Easing.SpringIn

Easing.SpringOut

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0