Table of Contents

Class CubicEaseOut

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

Eases out a double value using a cubic equation.

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

Constructors

CubicEaseOut()

public CubicEaseOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double