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