Skip to content

feat: add Elastic Bounce Modal for Cyberpunk Neon Layouts#38855

Merged
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
pari-28:feature/elastic-bounce-cyberpunk-neon-modal
Jul 8, 2026
Merged

feat: add Elastic Bounce Modal for Cyberpunk Neon Layouts#38855
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
pari-28:feature/elastic-bounce-cyberpunk-neon-modal

Conversation

@pari-28

@pari-28 pari-28 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Pull Request Description

This PR introduces a pure CSS Elastic Bounce Modal designed for Cyberpunk Neon layouts. The component features a smooth elastic bounce entrance animation, a futuristic neon-inspired interface, responsive design, keyboard accessibility, and customizable CSS variables without requiring JavaScript.


Type of Change

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

Submission Checklist

  • All changes are inside submissions/ (e.g., submissions/examples/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)

Feature Description

What does this add?

A responsive Cyberpunk Neon modal featuring a smooth Elastic Bounce entrance animation built entirely with HTML and CSS.

How does a developer use it?

<input type="checkbox" id="modal-toggle">

<label for="modal-toggle" class="open-btn">
  Initialize System
</label>

<div class="overlay">
  <div class="modal">
    <!-- Modal Content -->
  </div>
</div>

Why does it fit EaseMotion CSS?

This component follows the EaseMotion CSS philosophy by providing a lightweight, reusable, animation-first UI component built entirely with HTML and CSS. It combines a futuristic cyberpunk aesthetic, responsive layout, keyboard accessibility, and CSS custom properties while requiring no JavaScript.


Demo

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

Browser Testing

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

Notes for Maintainer

  • Built entirely with HTML and CSS.
  • Uses CSS custom properties for animation timing, scaling, colors, glow effects, and border radius.
  • Responsive across desktop and mobile screen sizes.
  • Tested locally by opening demo.html directly in the browser.

Closes #34003

@pari-28 pari-28 requested a review from SAPTARSHI-coder as a code owner July 8, 2026 14:28
@github-actions github-actions Bot added animation Animation effects, hover interactions, motion ideas, transitions contribution ECSoC26 good first issue Good for newcomers GSSoC-26 Official GSSoC 2026 issue gssoc:approved Approved for GSSoC contributions help wanted Extra attention needed level:intermediate Requires moderate project understanding type:feature New functionality or enhancement labels Jul 8, 2026
@SAPTARSHI-coder

Copy link
Copy Markdown
Owner

✅ Submission Validation Passed!

Great job! All required files are present and valid.

📁 Folder: submissions/examples/Elastic-Bounce-Cyberpunk-Neon-Modal

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 42c126a into SAPTARSHI-coder:main Jul 8, 2026
14 checks passed
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

🎉 Congratulations on your PR merge, @pari-28! 🚀

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 💜

⭐ If you haven't already, please consider giving this repository a Star! It helps show your support, increases project visibility, and helps us grow the community. ✨

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 8, 2026
@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

🎉 Pull Request Integrated!

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

📊 Daily Merge Progress: You have merged 19/150 PRs today. Daily quota resets in 10 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 ECSoC26-SPAM ECSoC26 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:intermediate Requires moderate project understanding type:feature New functionality or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement: Add CSS Elastic Bounce Modal for Cyberpunk Neon Layouts

2 participants