ElasticEaseOut Class
Definition
Eases out a double value using a damped sine function.
public class ElasticEaseOut
Constructors
| Name | Description |
|---|---|
| ElasticEaseOut | No summary available. |
ElasticEaseOut Constructor
public ElasticEaseOut()
Methods
Ease Method
public double Ease(double progress)
Parameters
progress double
Returns
double