We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c10ec6 commit f131250Copy full SHA for f131250
app.vue
@@ -22,7 +22,6 @@ const cursorStyle = computed((): CSSProperties => {
22
opacity: isLeft.value ? 0 : 1,
23
};
24
});
25
-
26
function updateCursor(): void {
27
console.log("animating mouse");
28
gsap.set(cursorInnerRef.value, {
0 commit comments