Class Easing
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
Parse(string)
Parses a Easing type string.
public static Easing Parse(string e)
Parameters
e
stringThe Easing type string.
Returns
- Easing
Returns the instance of the parsed type.