Table of Contents

Class BackEaseOut

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

Eases out a double value using a overshooting cubic function.

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

Constructors

BackEaseOut()

public BackEaseOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double