|
inlinestaticconstexpr |
Bounce ease-in interpolation for reverse bouncing ball effect.
Implements bouncing by reversing BounceEaseOut. Creates a series of bounces that converge to the start.
The motion consists of four phases in reverse:
Common uses:
start | Starting value of the interpolation |
end | Ending value of the interpolation |
t | Interpolation factor in range [0,1] |