diff --git a/wiki/pages/tryhomepage.html b/wiki/pages/tryhomepage.html
index 2b2bb849398394d06ed4cc36979d2093166d3f5d..f59e8898a070006701de222f0802c3fabf134428 100644
--- a/wiki/pages/tryhomepage.html
+++ b/wiki/pages/tryhomepage.html
@@ -85,7 +85,7 @@ hi
         logoSpan.forEach((span, idx)=>{
           setTimeout(()=>{
             span.classList.add('active');
-          }, (idx+1) * 400)
+          }, (idx + 1) * 400, (idx + 2) * 400)
         });
       
         setTimeout(()=>{
@@ -93,7 +93,7 @@ hi
             setTimeout(()=>{
               span.classList.remove('active');
               span.classList.add('fade');
-            }, (idx + 1) * 50)
+            }, (idx + 1) * 50, (idx + 2) * 50)
 
           })
         }, 2000);