-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fixed 3D Flipping Card Component animation stutter and Closes #948 #949
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
Conversation
Description: This PR fixes several mobile layout bugs and improves site usability. Changes Made: Responsive Header: Added display: flex to the desktop header to correctly align the logo and nav links. Implemented a CSS-only "hamburger menu" for mobile (using the "checkbox hack"). The menu is now functional and animates open and closed. Centered Gallery: Added align-items: center to the .card-grid media query. This now centers the cards properly when they stack on mobile. Accessibility Fix: Corrected the low-contrast text. The default body text is now dark, and color: #fff is only used on sections with dark backgrounds (like the header and footer).
Introduced a new .card-wrapper div to encapsulate the card container, improving the structure and separation of the 3D flipping card component. Updated CSS to reflect the new hierarchy and adjusted hover effect to target the container within the wrapper.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great fix @KrishLalakiya
Thank you for your contribution.
|
Here like you have made changes in minecraft folder as well, can you please check it once? |
|
I was learning to use git using git app so this happened, Its same code i have submitted for Minecraft website, and i have checked it is working properly. You can take both or just take Flipping Commit. @aayush105 |
|
100cc6a This commit is main commit . @aayush105 |
Changed image source paths in Login/Signin.html from absolute to relative paths to ensure images load correctly regardless of deployment location.
This reverts commit 0629ac1.
|
Got it, Till now i was working at 1 issue at time so i was not creating new breach. so if i work on other file it also show in other code pull request. @aayush105 |
Description
Added Parent div and assign hover to it so if you are initially hovering the card then animation will continue, only go back when you leave that parent div. So no more stutter in animation.
Before Fix
Screen.Recording.2025-10-29.025046.mp4
After Fix
Screen.Recording.2025-10-29.030331.mp4