mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
@@ -115,7 +115,10 @@ const setupAnimation = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
activeTarget = target;
|
activeTarget = target;
|
||||||
|
const corners = Array.from(cornersRef.value);
|
||||||
|
corners.forEach(corner => {
|
||||||
|
gsap.killTweensOf(corner);
|
||||||
|
})
|
||||||
gsap.killTweensOf(cursorRef.value, 'rotation');
|
gsap.killTweensOf(cursorRef.value, 'rotation');
|
||||||
spinTl.value?.pause();
|
spinTl.value?.pause();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user