Skip to main content
ON

ExponentialEasingFunction Class

An easing function that uses an exponential formula to specify how the animation speeds up and slows down.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public sealed class ExponentialEasingFunction :
    EasingFunctionBase

Inheritance

System.Object
EasingFunctionBase
ExponentialEasingFunction
See Also