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