How to pause an animation with a pause button

Hi,
Here I am trying to start an animation with “Play” button and pause it anywhere with “Pause” button and restart it from there. If I use “scene.stopAnimation(mesh)”, the animation don’t play. Need help in this!!!

https://www.babylonjs-playground.com/#5VJSDX#8

Thank you,
DevRed

https://www.babylonjs-playground.com/#5VJSDX#9
You can see line 137 and line 165

here is doc

Thank you!! :smiley: