diff --git a/wiki/pages/tryhomepage.html b/wiki/pages/tryhomepage.html index 186048240b55030f44ec5f0255d80e40bc62059a..a983ff98c193bcf180bfc44e9166c3e2e9293538 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>