Table of Contents

Class ElasticEaseInOut

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

Eases a double value using a piecewise damped sine function.

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

Constructors

ElasticEaseInOut()

public ElasticEaseInOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double