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