Skip to content

feat/cursor-orb-effect#268

Open
Khushi-Rajput77 wants to merge 2 commits into
mayo-byte07:mainfrom
Khushi-Rajput77:feature/cursor-orb-effect
Open

feat/cursor-orb-effect#268
Khushi-Rajput77 wants to merge 2 commits into
mayo-byte07:mainfrom
Khushi-Rajput77:feature/cursor-orb-effect

Conversation

@Khushi-Rajput77

Copy link
Copy Markdown

Description

Upgrades the custom cursor effect on the Conn landing page and extends it globally across all pages via a standalone cursor.js file.

Fixes #128

Changes Made

  • Created public/js/cursor.js — standalone cursor module that works across all pages
  • Replaced old #cursor-glow div with #cursor-orb-glow and #cursor-orb-core in all HTML files
  • Added glitter particle burst on single click (18 particles) and double click (32 particles)
  • Removed ripple circle effect on double click using click timer debounce (220ms)
  • Added smooth lerp-based glow lag follow effect (orb trails behind cursor at 7% lerp)
  • Purple core on light mode, white core on dark mode via .light-mode #cursor-orb-core
  • Stronger radial glow bloom (rgba(168,85,247,0.55)) for better visibility on dark background
  • Cursor effect auto-disabled on touch/mobile devices via pointer: coarse media query
  • Removed initCustomCursor() from home.js to avoid duplication
  • Added <script src="/js/cursor.js"></script> to all pages: admin.html, index.html, login.html, signup.html, and all features/ pages

Screenshots

image

Checklist

[x]I have linked the relevant issue above.
[x]I have tested my changes locally.
[x]My code follows the project's style guidelines.

@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

@Khushi-Rajput77 is attempting to deploy a commit to the Mayo's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] A more premium glowing orb cursor effect

1 participant