CircularEaseIn.

Ease(double) Method

Summary

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

Syntax

public override double Ease(double p)

Parameters

Name Type Description
p double

Return Value

Type Description
double