QuinticEasingFunction 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 QuinticEasingFunction :
EasingFunctionBase
Inheritance
System.Object
EasingFunctionBase
QuinticEasingFunction
See Also