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