Table of Contents

Class QuarticEaseOut

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

Eases out a double value using a quartic equation.

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

Constructors

QuarticEaseOut()

public QuarticEaseOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double