Table of Contents

Class CircularEaseOut

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

Eases out a double value using the shifted second quadrant of the unit circle.

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

Constructors

CircularEaseOut()

public CircularEaseOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double