Added progress bar for GIF rendering
This commit is contained in:
parent
09319ecc1b
commit
b217f8f005
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
|
||||
gif.on('finished', function(blob) {
|
||||
this.hideProgressStatus_();
|
||||
// this.blobToBase64_(blob, cb);
|
||||
this.blobToBase64_(blob, cb);
|
||||
}.bind(this));
|
||||
|
||||
gif.render();
|
||||
|
|
Loading…
Reference in a new issue