Table of Contents

Class BackEaseInOut

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

Eases a double value using a piecewise overshooting cubic function.

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

Constructors

BackEaseInOut()

public BackEaseInOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double