Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Custom Cursor #532

Closed
3 tasks done
itznayan opened this issue Oct 26, 2024 · 1 comment
Closed
3 tasks done

[FEATURE] Custom Cursor #532

itznayan opened this issue Oct 26, 2024 · 1 comment

Comments

@itznayan
Copy link

itznayan commented Oct 26, 2024

🚀 Feature Request

Description
Implement a custom cursor that changes its appearance and animations when hovering over different elements on the webpage. This feature will enhance user interaction and provide visual feedback.

Problem Statement
Many websites use standard cursors, which can lead to a monotonous user experience. This lack of visual feedback can make the site feel less engaging and intuitive. By adding animated custom cursors, we can improve user interaction, making it clear when users are hovering over clickable or interactive elements.

Proposed Solution
The custom cursor will be styled to change its appearance based on the type of element being hovered over. For instance:

Links: The cursor could morph into a hand icon with a subtle bounce animation.
Buttons: The cursor might change to a larger version of the button image with a pulsing effect.
Images or Galleries: The cursor could display a zoom-in animation to indicate interactivity.
For implementation:

Use CSS for cursor styling and animations.
Utilize JavaScript to add classes that trigger animations when hovering over specific elements.
Example behavior:

When hovering over a link, the cursor could smoothly transition into a hand icon with a bounce effect, enhancing the visual cue.
Alternatives Considered
An alternative would be to change the color or background of elements instead of the cursor. However, this may not provide the same level of engagement and may be less noticeable to users. Custom cursors offer a more dynamic and visually appealing way to signal interactivity.

Additional Context
Consider including demo videos or animated GIFs showing the cursor in action. Screenshots of the cursor in various states (normal, hover over links, buttons, etc.) would also be helpful to visualize the proposed changes.

Checklist

  • I have checked the existing issues and this feature request is not a duplicate.
  • I have starred this repository.
  • I am willing to help implement this feature (optional).
Copy link

Congratulations, @itznayan! 🎉 Thank you for creating your issue for Rentalog. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work! Should you have any queries or require guidance, do not hesitate to ask.

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

No branches or pull requests

2 participants