Table of Contents

Class ExponentialEaseOut

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

Eases out a double value using a exponential function.

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

Constructors

ExponentialEaseOut()

public ExponentialEaseOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double