Hello!
I am currently experimenting with the new SDK 2.0 beta - mainly in the simulator.
Here I experienced a “jump” in the results of “easing.inOutQuad”. Try the following:
for x = 0,299,1 do
local y = easing.inOutQuad(x,299, 0,299);
print(x..","..y);
end;
and look at x = 149…150 (in the terminal output) There you will notice a jump from 148.5 to 447.5 - which is definitely wrong, as y should remain in the range 0…299 [import]uid: 4331 topic_id: 838 reply_id: 300838[/import]