display flex-start

This commit is contained in:
2024-05-08 16:17:50 +02:00
parent b77b34f124
commit e707a3c590
4 changed files with 11 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ function setLogoContainerSize() {
function startCountdown() {
let startTime;
let animationTime = 800;
let animationTime = 2000;
function animate(timestamp) {
if (!startTime) startTime = timestamp;