[Bug] Incorrect `SINE` animation curve
ookkoouu opened this issue ยท 0 comments
The animation function used in SINE is incorrect.
The correct is:
In: 0.5 - cos(x * PI) / 2
Out: 0.5 - cos(x * PI + PI) / 2
ookkoouu opened this issue ยท 0 comments
The animation function used in SINE is incorrect.
The correct is:
In: 0.5 - cos(x * PI) / 2
Out: 0.5 - cos(x * PI + PI) / 2