diff --git a/src/content/Animations/TargetCursor/TargetCursor.vue b/src/content/Animations/TargetCursor/TargetCursor.vue index 72326b5..366dba9 100644 --- a/src/content/Animations/TargetCursor/TargetCursor.vue +++ b/src/content/Animations/TargetCursor/TargetCursor.vue @@ -115,7 +115,10 @@ const setupAnimation = () => { } activeTarget = target; - + const corners = Array.from(cornersRef.value); + corners.forEach(corner => { + gsap.killTweensOf(corner); + }) gsap.killTweensOf(cursorRef.value, 'rotation'); spinTl.value?.pause();