There was an error while loading. Please reload this page.
1 parent 34de6f3 commit ee5550cCopy full SHA for ee5550c
src/content/Animations/TargetCursor/TargetCursor.vue
@@ -119,7 +119,7 @@ const setupAnimation = () => {
119
corners.forEach(corner => {
120
gsap.killTweensOf(corner);
121
})
122
- gsap.killTweensOf(cursorRef.value);
+ gsap.killTweensOf(cursorRef.value, 'rotation');
123
spinTl.value?.pause();
124
125
gsap.set(cursorRef.value, { rotation: 0 });
0 commit comments