-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
Description
📌 Description
Currently, the website does not have any interactive cursor effects. Adding a cursor trail effect would enhance user engagement and give the site a more modern, dynamic feel.
The cursor trail should follow the user’s mouse movement smoothly and blend well with the existing UI without affecting performance or usability.
🎯 Goals
- Improve visual interactivity and user experience
- Add a subtle, smooth cursor-following animation
- Ensure responsiveness across different screen sizes
🛠️ Suggested Implementation
- Use JavaScript (and/or CSS animations) to track mouse movement
- Create lightweight particles, dots, or line trails following the cursor
- Keep the effect optional or subtle to avoid distraction
- Ensure performance optimization (throttling / requestAnimationFrame)
✅ Acceptance Criteria
- Cursor trail appears smoothly when moving the mouse
- No lag or noticeable performance issues
- Effect works across modern browsers
- Does not interfere with existing UI elements
🧩 Type of Issue
- 🐛 Bug
- ✨ Feature
- 🎨 UI / UX Enhancement
- 📝 Documentation
📎 Additional Notes
Reference implementations or demos can be shared if needed before development begins.
Reactions are currently unavailable