jnordberg / gif.js

JavaScript GIF encoding library
http://jnordberg.github.io/gif.js/
MIT License
4.74k stars 667 forks source link

Delay issue #155

Closed lepaulb closed 8 months ago

lepaulb commented 8 months ago

I can't seem to accelerate the switch of each GIF frame below 100 - any value under in gif.addFrame(canvas, { delay: 100 }) will be ignored - am I doing something wrong?