Hey ๐
Is it possible to stretch or compress animations? I'm using libgdx and have found 'setDuration()' which doesn't affect the animation itself.
So when the animation runs 3 seconds and I call animation.setDuration(6), the animated part still runs 3 seconds with a 3 seconds long empty part at the end where nothing happens (no animation).
Thanks ๐