From 7812228c4adcbe19cf12262f0a40ecd0e5461f01 Mon Sep 17 00:00:00 2001 From: HauErn Lien <lienhe81@gmail.com> Date: Tue, 1 Oct 2024 18:38:52 +0000 Subject: [PATCH] Update file tryhomepage.html --- wiki/pages/tryhomepage.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wiki/pages/tryhomepage.html b/wiki/pages/tryhomepage.html index 18604824..a983ff98 100644 --- a/wiki/pages/tryhomepage.html +++ b/wiki/pages/tryhomepage.html @@ -119,14 +119,14 @@ setTimeout(()=>{ intro.style.top = '-100vh'; - setTimeout(() => { - // Add fade-out effect - intro.classList.add('fade-out'); + setTimeout(()=>{ + intro.classList.add('fade-out'); + }) setTimeout(()=>{ window.location.href = '/tsinghua/random'; }, 500); }, 2300) - }) + }) }) </script> -- GitLab