Skip to main content

ExponentialEaseIn Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

Eases in a double value using a exponential function.

public class ExponentialEaseIn

Inheritance: object -> Easing -> ExponentialEaseIn

Constructors

NameDescription
ExponentialEaseInNo summary available.

ExponentialEaseIn Constructor

public ExponentialEaseIn()

Methods

NameDescription
EaseNo summary available.
ParseParses a Easing type string. Inherited from Easing.

Ease Method

public double Ease(double progress)

Parameters

progress double

Returns

double