Table of Contents

Class CircularEaseInOut

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

Eases a double value using a piecewise unit circle function.

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

Constructors

CircularEaseInOut()

public CircularEaseInOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double