Skip to content

[FIX]: #436 Inconsistent Hover Animation on "Get in Touch" Button in About Section #439

Merged
adityadomle merged 2 commits intoadityadomle:mainfrom
kanishka-commits:ui/hover2
Oct 19, 2025
Merged

[FIX]: #436 Inconsistent Hover Animation on "Get in Touch" Button in About Section #439
adityadomle merged 2 commits intoadityadomle:mainfrom
kanishka-commits:ui/hover2

Conversation

@kanishka-commits
Copy link
Contributor

Which issue does this PR close?

Rationale for this change

In the About section, the “Get in Touch” button was the only button that enlarged on hover, while “Contribute” and “View on GitHub” remained static.
This created an inconsistent hover experience and broke the visual harmony of the button group.

The change ensures that all three buttons now have a uniform hover animation, improving UI consistency and user experience.

What changes are included in this PR?

  • Added hover scale (hover:scale-[1.03]) to all three buttons in the About section.
  • Added hover shadow (hover:shadow-lg) to all buttons for visual feedback.
  • Applied transform transition duration-300 to ensure smooth and consistent animations.
  • Preserved original background, text, and border colors so hover only affects scale and shadow.

Are these changes tested?

Yes ✅

  • Manually tested on Chrome, Firefox, and Safari.
  • Verified that all three buttons now scale and show shadow consistently on hover.
  • No regressions observed in layout, colors, or other interactions.

Are there any user-facing changes?

Yes ✅

  • Hover animations on “Get in Touch”, “Contribute”, and “View on GitHub” buttons are now consistent.
  • Buttons now have a subtle scale-up and shadow effect on hover, enhancing UI interactivity and cohesion.

Screenshot

Screen.Recording.2025-10-15.at.7.29.29.PM.mov

@vercel
Copy link

vercel bot commented Oct 15, 2025

@kanishka-commits is attempting to deploy a commit to the Aditya Domle's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link

Thanks for creating a PR for your Issue! ☺️

We'll review it as soon as possible.
In the meantime, please double-check the file changes and ensure that all commits are accurate.

If there are any unresolved review comments, feel free to resolve them. 🙌🏼

Copy link
Owner

@adityadomle adityadomle left a comment

Choose a reason for hiding this comment

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

Great

@vercel
Copy link

vercel bot commented Oct 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
biz-flow Ready Ready Preview Comment Oct 19, 2025 6:37am

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

@adityadomle adityadomle added GSSoC25 Gssoc25 Official Open source project. Level 3 labels Oct 19, 2025
@adityadomle adityadomle merged commit 2cf5275 into adityadomle:main Oct 19, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GSSoC25 Gssoc25 Official Open source project. Level 3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Inconsistent Hover Animation on "Get in Touch" Button in About Section

2 participants