Table of Contents

Class CubicEaseIn

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

Eases in a double value using a cubic equation.

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

Constructors

CubicEaseIn()

public CubicEaseIn()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double