Improve project card hover animation#36
Conversation
|
@kavichowdary159-web is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for the contribution. Before this PR can be reviewed, please complete the pull request template properly. The required sections are currently incomplete/missing. Please make sure to:
Completing the PR description and agreeing to the checklist requirements is mandatory for all contributions to DevPath. This helps maintain review quality and makes collaboration easier for everyone. Once updated, the review process can continue. |
komalharshita
left a comment
There was a problem hiding this comment.
Thanks for the contribution. The hover animation update is clean and the CSS change is nicely scoped.
Before approval, please add before/after screenshots of the project cards and confirm the hover effect behaves correctly on mobile/smaller screens. It would also be good to account for reduced-motion users so the animation remains accessible.
Once those are added, this should be ready to merge.
|
@kavichowdary159-web kindly check the requested changes |
Summary
Improved the project card hover animation for a smoother and more modern UI experience by enhancing transitions, scaling effects, and shadow styling.
Related Issue
Closes #4
Type of Change
Style — CSS or visual changes only, no logic change
What Was Changed
File | Change made -- | -- static/style.css | Enhanced project card hover animation with smoother transitions, improved scaling effect, and better shadow stylingSelf-Review Checklist
I have read CONTRIBUTING.md and followed all guidelines
My branch name follows the required naming convention
I tested the changes locally
I have not modified unrelated files
I tested responsiveness on mobile and desktop layouts
Only UI/CSS related files were modified
Notes for Reviewer
This PR focuses only on improving the visual hover interaction of project cards without changing any application logic.
## SummaryImproved the project card hover animation for a smoother and more modern UI experience by enhancing transitions, scaling effects, and shadow styling.
Related Issue
Closes #4
Type of Change
What Was Changed
static/style.cssHow to Test This PR
pip install -r requirements.txtpython app.pyTest Results
Screenshots (if UI change)
Self-Review Checklist
Notes for Reviewer
This PR focuses only on improving the visual hover interaction of project cards without changing any application logic.