Skip to main content
ON

QuarticEasingFunction Class

An easing function that uses the formula f(t) = t⁴ to specify how the animation speeds up or slows down.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public sealed class QuarticEasingFunction :
    EasingFunctionBase

Inheritance

System.Object
EasingFunctionBase
QuarticEasingFunction
See Also