Easing equation for an elastic (exponentially decaying sine wave) ease-out, decelerating from zero velocity. The a parameter is amplitude and p is period.
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 |
amplitude. |
p |
period. |
t |
a Float between 0.0 and 1.0. |
a |
amplitude. The default is 1. |
p |
period. The default is 1. |