Table of Contents

Class QuadraticEaseInOut

Namespace
Avalonia.Animation.Easings
Assembly
Avalonia.Base.dll

Eases a double value using a piece-wise quadratic function.

public class QuadraticEaseInOut : Easing, IEasing
Inheritance
QuadraticEaseInOut
Implements
Inherited Members

Constructors

QuadraticEaseInOut()

public QuadraticEaseInOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double