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

Implemented Cursor Trail Effect on SETTINGS page #4920

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

neeru24
Copy link
Contributor

@neeru24 neeru24 commented Nov 10, 2024

fixes: #4917

Description:
This PR implements a cursor trail effect on the SETTINGS Page, enhancing the user interface by adding colorful circles that follow the mouse cursor.

Changes Made:

  • HTML: Added multiple <div class="circle"></div> elements to create the trail effect.
  • CSS: Defined styles for the circles, including size, color, and transition effects.
  • JavaScript:
    • Captured mouse movements to update the position of the circles.
    • Implemented a color array for dynamic visuals.
    • Used requestAnimationFrame for smooth animations.

This change aims to create a more engaging and interactive user experience.

@sailaja-adapa @abhi03ruchi

Copy link

vercel bot commented Nov 10, 2024

Deployment failed with the following error:

Resource is limited - try again in 8 minutes (more than 100, code: "api-deployments-free-per-day").

Copy link
Contributor

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

netlify bot commented Nov 10, 2024

Deploy Preview for swapreadsconnect ready!

Name Link
🔨 Latest commit 1378797
🔍 Latest deploy log https://app.netlify.com/sites/swapreadsconnect/deploys/67306d38c9702300087004d2
😎 Deploy Preview https://deploy-preview-4920--swapreadsconnect.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@atmajaa
Copy link
Collaborator

atmajaa commented Nov 10, 2024

@neeru24 Add videos of the changes you have made

@neeru24
Copy link
Contributor Author

neeru24 commented Nov 10, 2024

@neeru24 Add videos of the changes you have made

added the cursor trail effect. Kindly merge with level 2.

VID_20241110_140249.mp4

@neeru24
Copy link
Contributor Author

neeru24 commented Nov 10, 2024

@atmajaa check it please

@atmajaa atmajaa added level2 Intermediate gssoc-ext This contribution is under GirlScript Summer of Code 2024 Extended Edition! hacktoberfest-accepted GSSOC Ext. is collaborated with Hacktoberfest labels Nov 10, 2024
@atmajaa atmajaa merged commit be4925c into anuragverma108:main Nov 10, 2024
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext This contribution is under GirlScript Summer of Code 2024 Extended Edition! hacktoberfest-accepted GSSOC Ext. is collaborated with Hacktoberfest level2 Intermediate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Implement Cursor Trail Effect on SETTINGS page
2 participants