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)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IEasing
<NotClientImplementableAttribute>
Public Interface IEasing
[<NotClientImplementableAttribute>]
type IEasing = interface end
Methods
Ease(Double) | Returns the value of the transition for the specified progress. |