Improve background timing

This commit is contained in:
Neil Brommer 2018-01-01 16:56:10 -08:00
parent 38c94b07bd
commit f73cef69a0

View file

@ -1,4 +1,3 @@
// use this when making changes so that there is no need to parse the page
var backgroundList = [ var backgroundList = [
{address: "img/11-Mid-Night.png", dark: true}, {address: "img/11-Mid-Night.png", dark: true},
{address: "img/12-Late-Night.png", dark: true}, {address: "img/12-Late-Night.png", dark: true},
@ -11,7 +10,8 @@ var backgroundList = [
{address: "img/07-Early-Evening.png", dark: false}, {address: "img/07-Early-Evening.png", dark: false},
{address: "img/08-Mid-Evening.png", dark: true}, {address: "img/08-Mid-Evening.png", dark: true},
{address: "img/09-Late-Evening.png", dark: true}, {address: "img/09-Late-Evening.png", dark: true},
{address: "img/10-Early-Night.png", dark: true} {address: "img/10-Early-Night.png", dark: true},
{address: "img/10-Early-Night.png", dark: true} // for better timing
]; ];
$(document).ready(function () { $(document).ready(function () {