Does HTML5/Canvas Support Double Buffering?

Posted by Shnitzel on Stack Overflow See other posts from Stack Overflow or by Shnitzel
Published on 2010-05-08T19:05:10Z Indexed on 2010/05/08 19:08 UTC
Read the original article Hit count: 709

Filed under:
|
|

What I'd like to do is draw my graphics on a buffer and then be able to copy it as is to the canvas so I can do animation and avoid flickering. But I couldn't find this option. Anyone know how I can go about this?

© Stack Overflow or respective owner

Related posts about html5

Related posts about JavaScript