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