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 });