remove loop delay from gifs

This commit is contained in:
Matt Walsh
2020-09-24 19:10:06 -05:00
parent 24855fd959
commit 26606757ce
6 changed files with 3 additions and 217 deletions

View File

@@ -128,7 +128,6 @@ class TravelForecast extends WeatherDisplay {
this.longCanvasGifs.push(await utils.image.superGifAsync({
src: city.icon,
loop_delay: 100,
auto_play: true,
canvas: this.longCanvas,
x: 330,