Table of Contents

Class ExponentialEaseInOut

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

Eases a double value using a piecewise exponential function.

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

Constructors

ExponentialEaseInOut()

public ExponentialEaseInOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double