Skip to main content

ExponentialEaseInOut Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

Eases a double value using a piecewise exponential function.

public class ExponentialEaseInOut

Inheritance: object -> Easing -> ExponentialEaseInOut

Constructors

NameDescription
ExponentialEaseInOutNo summary available.

ExponentialEaseInOut Constructor

public ExponentialEaseInOut()

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