IEasing 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. |