Hi,
I came across a problem where I couldn't have an animation behave as intended :
https://playground.babylonjs.com/#7NPQG7
Click on the plane (aka ground) to move the ball to clicked location. On animation end, the color of the ball randomly changes.
The movement from point A to point B has a sort of easingFunction to it, and the onAnimationEnd is called much later after ball arrived.
But I expected the animation easing to be linear by default ???, and the onAnimationEnd function be called right on time at "arrival" ???
If someone can shed some light on this for me, would be very cool ^^