QuarticEaseOut.

Ease(double) Method

Summary

Returns the value of the transition for the specified progress.
Namespace
Avalonia.Animation.Easings
Containing Type
QuarticEaseOut

Syntax

public override double Ease(double progress)

Parameters

Name Type Description
progress double

Return Value

Type Description
double