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 "Classic Literature Quiz" page #4973

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

neeru24
Copy link
Contributor

@neeru24 neeru24 commented Nov 10, 2024

fixes: #4972

Description:
This PR implements a cursor trail effect on the Classic Literature Quiz 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 40 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 f6abd2f
🔍 Latest deploy log https://app.netlify.com/sites/swapreadsconnect/deploys/6730a1dc1cc39a00088df21d
😎 Deploy Preview https://deploy-preview-4973--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.

@sailaja-adapa sailaja-adapa merged commit 853e195 into anuragverma108:main Nov 10, 2024
7 of 9 checks passed
@sailaja-adapa sailaja-adapa 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
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 CLASSIC LITERATURE QUIZ Page
2 participants