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