Nodragem Posted September 29, 2018 Share Posted September 29, 2018 Hello, I have some difficulty trying to animate my menu. I made this PG to illustrate my problem: https://www.babylonjs-playground.com/#8ZNVGR#4 I tried to produce a code so that if you press "A" or "a" or " ", the animation of the green object is reset and restarted. If you press "A" while the animation is still playing, the animation does reset and restart. However if you wait that the animation is done/completed, to press "A" won't make the animation replay ? ? ? Do you know how I can replay a completed animation? Quote Link to comment Share on other sites More sharing options...
SinhNQ Posted September 30, 2018 Share Posted September 30, 2018 Hi @Nodragem disposeOnEnd property has set = true by default : https://github.com/BabylonJS/Babylon.js/blob/master/src/Animations/babylon.animatable.ts#L19 Fixed in line 64 : https://www.babylonjs-playground.com/#8ZNVGR#5 Quote Link to comment Share on other sites More sharing options...
Nodragem Posted September 30, 2018 Author Share Posted September 30, 2018 You are amazing! I thought that this might be the problem but I totally missed that disposeOnEnd parameter. Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.