This commit is contained in:
xzadudu179
2025-08-28 18:33:34 +08:00
parent 3e2807e4d7
commit 34de6f3430

View File

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