Table of Contents

Class Easing

Namespace
Avalonia.Animation.Easings
Assembly
Avalonia.Base.dll

Base class for all Easing classes.

[TypeConverter(typeof(EasingTypeConverter))]
public abstract class Easing : IEasing
Inheritance
Easing
Implements
Derived
Inherited Members

Constructors

Easing()

protected Easing()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public abstract double Ease(double progress)

Parameters

progress double

Returns

double

Parse(string)

Parses a Easing type string.

public static Easing Parse(string e)

Parameters

e string

The Easing type string.

Returns

Easing

Returns the instance of the parsed type.