About animation export

I want export scene to babylon file, how to deal with animation?
https://www.babylonjs-playground.com/#9WUJN#14
I found animation attribute is null.

You need to add your animation to the box.animations array in order to get it saved

thank you~