
################
exportAnimations
################

.. js:function:: wv.Animation.exportAnimations

   .. rst-class:: sig-pretty-signature
   
      | exportAnimations(**animations**\ : :js:class:`Animation <wv.Animation.Animation>`\ []): *object*
   
   Return the given animations and their dependent data in a form suitable for serialization via, e.g., ``JSON.stringify``\ . The animation objects can be recreated by passing the output to [[importAnimations]].
   
   Sharing of objects such as keyframe buffers and samplers is preserved.
   
   The layout of the returned data is subject to change in future releases.
   
   **Parameters**
   
   
      **animations**\ : :js:class:`Animation <wv.Animation.Animation>`\ []
   
   
   **Returns**\ : *object*
   




