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

Implement Cursor Trail Effect on CHAT PAGE #4981

Merged
merged 2 commits into from
Nov 10, 2024

Conversation

neeru24
Copy link
Contributor

@neeru24 neeru24 commented Nov 10, 2024

This PR implements a cursor trail effect on the CHAT 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.
fixes: #4980
@sailaja-adapa @abhi03ruchi

Copy link

vercel bot commented Nov 10, 2024

Deployment failed with the following error:

Resource is limited - try again in 17 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 34f3084
🔍 Latest deploy log https://app.netlify.com/sites/swapreadsconnect/deploys/6730b4f03bf0c400086edbef
😎 Deploy Preview https://deploy-preview-4981--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.

@neeru24
Copy link
Contributor Author

neeru24 commented Nov 10, 2024

Kindly check @atmajaa @abhi03ruchi @sailaja-adapa

@abhi03ruchi abhi03ruchi added 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
@abhi03ruchi
Copy link
Collaborator

ohh , there are conflicts

@abhi03ruchi
Copy link
Collaborator

resolve them fast ...

Copy link

vercel bot commented Nov 10, 2024

Deployment failed with the following error:

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

@neeru24
Copy link
Contributor Author

neeru24 commented Nov 10, 2024

resolve them fast ...

done
image
@abhi03ruchi

@abhi03ruchi abhi03ruchi added the level2 Intermediate label Nov 10, 2024
@abhi03ruchi abhi03ruchi merged commit 87fa664 into anuragverma108:main Nov 10, 2024
6 of 7 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 COMMUNITY CHAT page
2 participants