How to know when animation has finished

I’d like to have something happen after the animation finishes; is there any method I can use to check that?

hi @pigga - how are you starting your animation?

If you are using scene.beginAnimation there is a callback when it completes:
Scene | Babylon.js Documentation (babylonjs.com)

2 Likes