Table of Contents

Class CubicEaseInOut

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

Eases a double value using a piece-wise cubic equation.

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

Constructors

CubicEaseInOut()

public CubicEaseInOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double