on line 3510 we had to add this line element.animations.splice(element.animations.indexOf(animation), 1); to avoid kind of ghost animation playing
for example camera fov is animated through a hotspot, then user interact on another thing in the scene, using an another kind of animate: fov is animated too!