Animated GIF in HTML5 canvas

I believe you are looking for http://slbkbs.org/jsgif

Unfortunately, the DOM doesn’t expose individual frames of a GIF, so this is done by downloading the GIF (with XMLHttpRequest), parsing it, and drawing it on a <canvas>.

Leave a Comment