Class CircularEaseOut
Eases out a double value using the shifted second quadrant of the unit circle.
public class CircularEaseOut : Easing, IEasing
- Inheritance
-
CircularEaseOut
- Implements
- Inherited Members
Constructors
CircularEaseOut()
public CircularEaseOut()
Methods
Ease(double)
Returns the value of the transition for the specified progress.
public override double Ease(double progress)
Parameters
progress
double