Skip to main content
ON

EasingMode Enum

Lists animation easing modes.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public enum EasingMode

Members

Name Description
In

The animation starts slowly and then accelerates.

Out

The animation starts quickly and then decelerates.

InOut

The animation starts slowly, accelerates, and then decelerates.

Related API Members

The following properties accept/return EasingMode values:

See Also