Table of Contents

Class ElasticEaseIn

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

Eases in a double value using a damped sine function.

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

Constructors

ElasticEaseIn()

public ElasticEaseIn()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double