Table of Contents

Class ExponentialEaseIn

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

Eases in a double value using a exponential function.

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

Constructors

ExponentialEaseIn()

public ExponentialEaseIn()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double