From 34de6f34300c3030db7220b8302b1c7dc9b6912c Mon Sep 17 00:00:00 2001 From: xzadudu179 Date: Thu, 28 Aug 2025 18:33:34 +0800 Subject: [PATCH] update --- src/content/Animations/TargetCursor/TargetCursor.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/Animations/TargetCursor/TargetCursor.vue b/src/content/Animations/TargetCursor/TargetCursor.vue index 9d00733..d07e348 100644 --- a/src/content/Animations/TargetCursor/TargetCursor.vue +++ b/src/content/Animations/TargetCursor/TargetCursor.vue @@ -119,6 +119,7 @@ const setupAnimation = () => { corners.forEach(corner => { gsap.killTweensOf(corner); }) + gsap.killTweensOf(cursorRef.value); spinTl.value?.pause(); gsap.set(cursorRef.value, { rotation: 0 });