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

Enhanced "The Cursor Trail Effect" To Increase UI #408

Merged
merged 5 commits into from
Jul 12, 2024

Conversation

MastanSayyad
Copy link
Contributor

Title

Description

Hey @VaibhavArora314

I have enhanced and re-created the cursor trail effect to the website

Changes Made

The effect consists of:

  • Multiple circles that follow the cursor, creating a visually appealing trail as the user moves the mouse.
  • The circles have a gradient background and gradually scale down, giving a dynamic and interactive user experience.
  • Color gradient #cefbff #0325ff
  • The .circle-container class ensures that the circles are positioned fixed and cover the entire viewport, with pointer-events disabled to allow user interaction with underlying elements

Screenshots

10.07.2024_13.37.50_REC.mp4

Checklist

  • I have tested the changes locally
  • Changes are backward-compatible

Copy link

vercel bot commented Jul 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
style-share ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 11, 2024 8:36pm

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link
Owner

@VaibhavArora314 VaibhavArora314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of adding so many div with the class circle manually, is it possible to add these with a loop in js like before

@MastanSayyad
Copy link
Contributor Author

instead of adding so many div with the class circle manually, is it possible to add these with a loop in js like before

Yes it is possible, I'll make the changes right away!

@MastanSayyad
Copy link
Contributor Author

@VaibhavArora314, @akbatra567 and @Ultimateutkarsh11 Please take a look and review it, thank you!

@akbatra567 akbatra567 merged commit bb0c326 into VaibhavArora314:main Jul 12, 2024
2 checks passed
Copy link

🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc GSSOC level2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Enhance "The Cursor Trail Effect" To Increase UI
4 participants