Table of Contents

Class BackEaseIn

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

Eases in a double value using a overshooting cubic function.

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

Constructors

BackEaseIn()

public BackEaseIn()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double p)

Parameters

p double

Returns

double