Easing.

Ease(double) Method

Summary

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

Syntax

public abstract double Ease(double progress)

Parameters

Name Type Description
progress double

Return Value

Type Description
double