IEasing Interface

Defines the interface for easing classes.

Definition

Namespace: Avalonia.Animation.Easings
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IEasing

Methods

Ease(Double) Returns the value of the transition for the specified progress.

See Also