Skip to content

Commit ee5550c

Browse files
committed
update
1 parent 34de6f3 commit ee5550c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/Animations/TargetCursor/TargetCursor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const setupAnimation = () => {
119119
corners.forEach(corner => {
120120
gsap.killTweensOf(corner);
121121
})
122-
gsap.killTweensOf(cursorRef.value);
122+
gsap.killTweensOf(cursorRef.value, 'rotation');
123123
spinTl.value?.pause();
124124
125125
gsap.set(cursorRef.value, { rotation: 0 });

0 commit comments

Comments
 (0)