vue-babylonjs icon indicating copy to clipboard operation
vue-babylonjs copied to clipboard

loop and mode in animation component not working?

Open Nodragem opened this issue 7 years ago • 1 comments
trafficstars

Hello,

I tried vue-babylonjs animation component yesterday and when I changed the mode to constant or/and the loop to false, it does not seem to stop the animation loop...

Anybody experienced the same problem?

Nodragem avatar Sep 29 '18 10:09 Nodragem

Hmm, I can definitely look into this. It's possible that a stop method has to be called on the animation instead of just mutating a property of the animation. I won't be able to do that until later this week though since I'm on a trip at the moment. You are more than welcome to look at src/animation/index.js for implementation details in the meantime and see if you can spot the bug.

BrainBacon avatar Sep 29 '18 16:09 BrainBacon