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