—
I Can't believe it can be that easy to use lerp as you explain here. When last time i was asking about lerp, they recommended me to read this:
https://www.scirra.com/blog/ashley/17/u ... delta-time (I'm still not finished with that text. It's too deep.)
And they said that this would help me somehow: "lerp(a, b, c) = c * (b - a) + a"
Nobody explained me about what are a, b, and c or why i would need to use that math to do simple animation.
Thats why i "invented" my own method to do animations:
It's easy to set, but takes little more time, because you need to do some variables etc. for your object.