I want to save the fabric js animation in my database. I followed this fiddle: http://jsfiddle.net/c8azmypf/
to create different animations like:
1: Moving.
2: Scaling.
3: Fading.
4: wobble.
5: Shake etc.
I have done that in the canvas. Now I want to save this animation in my database so that it comes animated when reloaded or when I convert the animation into mp4 or gif.
I was expecting the done animation to be in canvas.getObjects(). But it doesn't have anything for animation.
Can you please help? http://jsfiddle.net/c8azmypf/