You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/components/arrow-cursor.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
exportconst metadata = {
2
2
title: 'Arrow Cursor Effect',
3
3
description:
4
-
'An interactive React component that adds a dynamic bubble effect, visually tracking cursormovement in real time.',
4
+
"An interactive React component that draws a dynamic arrow inside a circle, pointing up or down based on the cursor's vertical movement, providing a visual response to the user's cursor direction.",
Copy file name to clipboardExpand all lines: content/components/canvas-cursor.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
exportconst metadata = {
2
2
title: 'Canvas Cursor Effect',
3
3
description:
4
-
'An interactive React component that adds a dynamic bubble effect, visually tracking cursor movement in real time.',
4
+
'An interactive React component that creates dynamic trailing lines following the cursor, generating smooth and fluid motion trails that react in real time to cursor movement.',
Copy file name to clipboardExpand all lines: content/components/fairydust-cursor.mdx
+26-14Lines changed: 26 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
exportconst metadata = {
2
2
title: 'Fairy Dust Cursor Effect',
3
3
description:
4
-
'An interactive React component that adds a dynamic bubble effect, visually tracking cursor movement in real time.',
4
+
'An interactive React component that creates a magical fairy dust effect, generating a trail of sparkling emoji particles that follow the cursor in real time. ✨',
Copy file name to clipboardExpand all lines: content/components/glitch-cursor.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
exportconst metadata = {
2
2
title: 'Glitch Cursor Effect',
3
3
description:
4
-
'An interactive React component that adds a dynamic bubble effect, visually tracking cursor movement in real time.',
4
+
'An interactive React component that applies a glitch effect to elements when the cursor hovers over them, creating a distorted, digital disruption effect in real time.',
0 commit comments