Table of Contents

Class QuinticEaseOut

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

Eases out a double value using a quartic equation.

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

Constructors

QuinticEaseOut()

public QuinticEaseOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double