mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
noloop gif should be -1
repeat 0 repeat count, -1 = no repeat, 0 = forever https://github.com/jnordberg/gif.js
This commit is contained in:
parent
4ebf43fda4
commit
76429dfd86
@ -113,7 +113,7 @@
|
|||||||
width: width * zoom,
|
width: width * zoom,
|
||||||
height: height * zoom,
|
height: height * zoom,
|
||||||
preserveColors : preserveColors,
|
preserveColors : preserveColors,
|
||||||
repeat: this.getRepeatSetting_() ? 0 : 1,
|
repeat: this.getRepeatSetting_() ? 0 : -1,
|
||||||
transparent : transparent
|
transparent : transparent
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user