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