Added progress bar for GIF rendering

This commit is contained in:
jdescottes 2014-04-12 12:09:22 +02:00
parent 09319ecc1b
commit b217f8f005

View File

@ -136,7 +136,7 @@
gif.on('finished', function(blob) { gif.on('finished', function(blob) {
this.hideProgressStatus_(); this.hideProgressStatus_();
// this.blobToBase64_(blob, cb); this.blobToBase64_(blob, cb);
}.bind(this)); }.bind(this));
gif.render(); gif.render();