Table of Contents

Interface IEasing

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

Defines the interface for easing classes.

[NotClientImplementable]
public interface IEasing

Methods

Ease(double)

Returns the value of the transition for the specified progress.

double Ease(double progress)

Parameters

progress double

Returns

double