Skip to main content

LinearEasing Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

Linearly eases a double value.

public class LinearEasing

Inheritance: object -> Easing -> LinearEasing

Constructors

NameDescription
LinearEasingNo summary available.

LinearEasing Constructor

public LinearEasing()

Methods

NameDescription
EaseNo summary available.
ParseParses a Easing type string. Inherited from Easing.

Ease Method

public double Ease(double progress)

Parameters

progress double

Returns

double