Siddharth Naik
Siddharth Naik
Hi, I have written the following code: `$scope.CreateGIF = function (){ var delay=100; function run(){ if(ol>=op) return; var objDiv = cc[ol][0].childNodes[1]; html2canvas(objDiv, { onrendered: function(canvas) { var imgElem = document.createElement("img");...
Hi, Also, I am capturing 121 images(64-bit-png-data-urls) from the animation and passing these urls sequentially to addframe() function. Is this process causing the gif to run slowly? ( I have...
@AtlantaJones , did you get the answer for prevent looping? as I am seeking the same.
Hi, got the answaer for the iteration issue. Only, assigned null to "this.repeat" attribute in "AnimatedGIF" function, which caused the GIF to iterate once. Thanks