Skip to main content

IEasing Interface

Not client implementable.

Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.

Defines the interface for easing classes.

Definition

Namespace: Avalonia.Animation.Easings
Assembly: Avalonia.Base (in Avalonia.Base.dll)

[NotClientImplementableAttribute]
public interface IEasing
View Source

Methods

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

See Also

Reference

Avalonia.Animation.Easings Namespace