Skip to main content

IEasing Interface

Definition

Assembly:Avalonia.Base
Package:Avalonia

Defines the interface for easing classes.

public interface IEasing

Methods

NameDescription
EaseReturns the value of the transition for the specified progress.

Ease Method

Returns the value of the transition for the specified progress.

public double Ease(double progress)

Parameters

progress double

Returns

double

On this page