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