QuinticEasingFunction Class
In This Article
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
C#
public sealed class QuinticEasingFunction :
EasingFunctionBase
#Inheritance
System.Object
EasingFunctionBase
QuinticEasingFunction
See Also