diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx
index 7b6c2cd0b2de78528ec312e80a3ef242180794fb..8ddc51feff2a338f1cdf54f07a5b594f87d37d98 100644
--- a/src/contents/Home.tsx
+++ b/src/contents/Home.tsx
@@ -55,11 +55,14 @@ export function Home() {
       }
     })
     .from(".theLine", {drawSVG: 0}, 0)
-    .to(payloadRef.current, {motionPath:{
+    .to(vectorRef.current, {motionPath:{
       path:".theLine",
       align:".theLine",
       alignOrigin:[0.5, 0.5],
     }}, 0)
+
+    mainTimeline.pause()
+    mainTimeline.resume()
   },
   );