bggniit / html-5-canvas-whiteboard

Automatically exported from code.google.com/p/html-5-canvas-whiteboard
0 stars 0 forks source link

Save animate and reuse #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How can I save animate response. I want to save animate response and want to 
reuse this response.

animate: function() {

Whiteboard.animationind = 0;        
Whiteboard.context.clearRect(0,0,Whiteboard.canvas.width,Whiteboard.canvas.heigh
t);
Whiteboard.animatenext();
// Here, I want to save "Whiteboard" object. And then later back i want to 
reanimate this response.
}, 

It is possible?

Original issue reported on code.google.com by jitendra...@ifuturz.com on 11 Feb 2015 at 6:09