mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
update
This commit is contained in:
@@ -119,7 +119,7 @@ const setupAnimation = () => {
|
|||||||
corners.forEach(corner => {
|
corners.forEach(corner => {
|
||||||
gsap.killTweensOf(corner);
|
gsap.killTweensOf(corner);
|
||||||
})
|
})
|
||||||
gsap.killTweensOf(cursorRef.value);
|
gsap.killTweensOf(cursorRef.value, 'rotation');
|
||||||
spinTl.value?.pause();
|
spinTl.value?.pause();
|
||||||
|
|
||||||
gsap.set(cursorRef.value, { rotation: 0 });
|
gsap.set(cursorRef.value, { rotation: 0 });
|
||||||
|
|||||||
Reference in New Issue
Block a user