-
-
Notifications
You must be signed in to change notification settings - Fork 336
feat: Add Subtle Hover Animations for better Interactivity #1914
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
feat: Add Subtle Hover Animations for better Interactivity #1914
Conversation
|
Hi @MeKaustubh07! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: issue reference, kind of change description Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
|
Hi @MeKaustubh07! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: issue reference, kind of change description Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
|
Hi @MeKaustubh07! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: issue reference Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
|
Hi @MeKaustubh07! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: issue reference Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1914 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 30 30
Lines 633 633
Branches 196 196
=========================================
Hits 633 633 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hii @MeKaustubh07, kindly avoid opening PRs without getting assigned to the issue first. Doing so creates difficulties for the maintainers in managing and organizing the repository. Please go through the community guidelines and contributing guidelines before proceeding. Thank you |
|
Hi @MeKaustubh07 , as Tushar mentioned above, please avoid raising PRs for issues that you are not assigned to. We want to ensure a fair opportunity for everyone, and it also helps us keep the repository well-organized and easier to maintain. Thank you for understanding and contributing! 🙌🏻 |
|
Apologies for the inconvenience, I will Certainly keep that in Mind! |
What kind of change does this PR introduce?
Enhancement - Added smooth hover animations and color transitions to footer links
Issue Number:
Closes #1913
Screenshots/videos:
JsonSchema.mov
JsonSchema.mov
If relevant, did you update the documentation?
No documentation updates needed - this is a visual enhancement only.
Summary
This PR adds smooth hover animations to all footer links (Open Collective, Code of Conduct, and social media links including Slack, X, LinkedIn, YouTube, and GitHub).
The animations include:
hover:text-blue-400) on hoverease-in-outhover:translate-x-1)These changes improve the user experience by providing clear visual feedback when hovering over footer elements, adding polish to the site while maintaining accessibility.
Technical Details:
components/Layout.tsxDoes this PR introduce a breaking change?
No
Checklist