Class CubicEaseOut
Eases out a double value using a cubic equation.
public class CubicEaseOut : Easing, IEasing
- Inheritance
-
CubicEaseOut
- Implements
- Inherited Members
Constructors
CubicEaseOut()
public CubicEaseOut()
Methods
Ease(double)
Returns the value of the transition for the specified progress.
public override double Ease(double progress)
Parameters
progress
double