Skip to content

Add CSS Scale-Hover Badge for Gaming Hub Layouts - #56576

Merged
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
hrx01-dev:feat/Add-CSS-Scale-Hover-Badge-for-GamingHubLayouts#56504
Jul 27, 2026
Merged

Add CSS Scale-Hover Badge for Gaming Hub Layouts#56576
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
hrx01-dev:feat/Add-CSS-Scale-Hover-Badge-for-GamingHubLayouts#56504

Conversation

@hrx01-dev

Copy link
Copy Markdown
Contributor

Resolves #56504

Pull Request Description

  • Scale-Hover Physics: Binds a snappy spring transition (cubic-bezier(0.34, 1.56, 0.64, 1)) to transform, box-shadow, and filter. On :hover or :focus-visible, badges smoothly zoom out (scale(1.15)) while casting an intensified cyber neon glow.
  • Idle Breathing Animation: Includes a subtle vertical floating keyframe (@Keyframes ease-gh-badge-float) when idle for an organic feel.
  • Responsive & Accessible: Uses standard EaseMotion design tokens (var(--ease-space-6), var(--ease-radius-xl)), responsive media queries for mobile viewports, and an @media (prefers-reduced-motion: reduce) block that disables floating and replaces scaling with static high-contrast highlighting.

Type of Change

  • ✨ New animation / hover effect
  • 🧩 New component
  • 📝 Documentation improvement
  • 🐛 Bug fix in an existing submission
  • Other (describe below)

Submission Checklist

⚠️ PRs that fail this checklist will be closed without review.

  • All changes are inside submissions/ (e.g., submissions/examples/your-feature-name/ or submissions/docs/your-feature-name/)
  • Includes demo.html — self-contained, opens in browser with no server
  • Includes style.css — raw CSS for the proposed feature
  • Includes README.md — what it does, how to use it, why it fits EaseMotion CSS
  • No changes to core/
  • No changes to components/
  • One feature per PR (no bundled unrelated changes)

Demo

  • Demo added (demo.html works by opening directly in a browser)

Browser Testing

  • Chrome
  • Firefox
  • Edge
  • Safari (optional but appreciated)

Notes for Maintainer


Reminder: Only the repository maintainer may merge pull requests.
Do not self-merge, even if you have write access.
Maximum 25 active assigned issues per contributor — unassign extras before opening a PR.

Tip: Once you open your PR, feel free to showcase your design or component in the #showcase channel on our official Discord Server!

@github-actions github-actions Bot added animation Animation effects, hover interactions, motion ideas, transitions contribution good first issue Good for newcomers GSSoC-26 Official GSSoC 2026 issue gssoc:approved Approved for GSSoC contributions help wanted Extra attention needed level:advanced Complex issue requiring deep understanding type:feature New functionality or enhancement labels Jul 27, 2026
@SAPTARSHI-coder

Copy link
Copy Markdown
Owner

✅ Submission Validation Passed!

Great job! All required files are present and valid.

📁 Folder: submissions/examples/Add CSS Scale-Hover Badge for Gaming Hub Layouts #56504

Files found:

  • demo.html
  • style.css
  • README.md

🚀 Next Steps:

  • A maintainer will review your PR
  • Respond to any feedback if requested
  • Once approved, your contribution will be merged!

Thank you for contributing to EaseMotion CSS! 🎉

@SAPTARSHI-coder
SAPTARSHI-coder merged commit 8fe70bb into SAPTARSHI-coder:main Jul 27, 2026
15 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations on your PR merge, @hrx01-dev! 🚀

Thank you so much for your valuable contribution to EaseMotion CSS! Your code is now merged into the main branch.

🎮 Join our Discord Server!
We have an official Discord server for EaseMotion CSS! Join us to connect with other developers, seek help, discuss design choices, and share your creations in the showcase channel: Join the EaseMotion CSS Discord 💜

Thank you again, and happy coding! 💻

@github-actions github-actions Bot added accepted Contribution approved for integration into EaseMotion CSS good-pr integrated Successfully merged and included in the framework labels Jul 27, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Pull Request Integrated!

Thank you for your contribution, @hrx01-dev! Your changes have been successfully merged into main and will be credited to your wall. 🚀

📊 Daily Merge Progress: You have merged 5/150 PRs today. Daily quota resets in 9 hrs.

📢 GSSoC Leaderboard Status Update:
Please note that the GSSoC leaderboard servers are currently experiencing platform-wide downtime, so your points may take a few days to reflect. Rest assured, your merged PR is fully recorded in our repository history and all GSSoC labels are correctly assigned.

🎮 Join our Discord Server!
We have an official Discord server for EaseMotion CSS! Join us to connect with other developers, seek help, discuss design choices, and share your creations in the showcase channel: Join the EaseMotion CSS Discord 💜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted Contribution approved for integration into EaseMotion CSS animation Animation effects, hover interactions, motion ideas, transitions contribution good first issue Good for newcomers good-pr gssoc:approved Approved for GSSoC contributions GSSoC-26 Official GSSoC 2026 issue help wanted Extra attention needed integrated Successfully merged and included in the framework level:advanced Complex issue requiring deep understanding type:feature New functionality or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement: Add CSS Scale-Hover Badge for Gaming Hub Layouts

2 participants