QuadraticEasingFunction 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 QuadraticEasingFunction :
EasingFunctionBase