diddy icon indicating copy to clipboard operation
diddy copied to clipboard

Tween's easing functions incorrect

Open ratkingsminion opened this issue 9 years ago • 0 comments

I tried to compile an example (based on the old one) for the new Tween stuff, and noticed that at least the easeInOutBounce function just doesn't work correctly, the values are far off.

Also, the ease*Sine functions are basically just a wrapper for using Sine(), which means t goes from 0 to 0. This is is not how tween functions usually work. A real tween always should start at 0 and end at 1.

ratkingsminion avatar Feb 15 '16 18:02 ratkingsminion