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

@@ -1,6 +1,6 @@
// display sun and moon data
/* globals WeatherDisplay, utils, STATUS, UNITS, draw, navigation, SunCalc, luxon */
/* globals WeatherDisplay, utils, STATUS, draw, SunCalc, luxon */
// eslint-disable-next-line no-unused-vars
class Almanac extends WeatherDisplay {
@@ -18,6 +18,8 @@ class Almanac extends WeatherDisplay {
utils.image.load('images/2/First-Quarter.gif'),
];
this.timing.totalScreens = 2;
this.backgroundImage = utils.image.load('images/BackGround3_1.png');
}