Implemented KIOSK_TIMEOUT environment variable. Introduced adjustable kiosk timeout timer. Moved static animation from style.css to kiosk.ejs. Fixed incorrect preload tag within kiosk.ejs. Added missing bg.jpg preload tag within kiosk.ejs. Updated docker-compose.yml. Dependency updates. Updated README.md

This commit is contained in:
Glenn de Haan
2025-09-23 19:24:34 +02:00
parent 2fe4576c90
commit ae6aa9b5a1
8 changed files with 136 additions and 139 deletions

View File

@@ -59,8 +59,3 @@
from { transform: translateX(-100%); }
to { transform: translateX(0); }
}
.animate-countdown {
animation: countdown 60s linear forwards;
will-change: transform;
}