Easing equation for a bounce (exponentially decaying parabolic bounce) ease-out, decelerating from zero velocity. The a parameter controls overshoot, the default producing a 10% overshoot.
Use value, *value, *kr or *ar, all with a Float argument t between 0.0 and 1.0. If t is below or above this range the output will be undefined.
t |
signal in the range 0.0 to 1.0. |
a |
overshoot. |
t |
a Float between 0.0 and 1.0. |
a |
overshoot. The default is 1.70158 |