Skip to content

add feature/css-glitch-flicker-modal-ag#55609

Merged
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
ayushsri-dev:feature/css-glitch-flicker-modal-ag
Jul 25, 2026
Merged

add feature/css-glitch-flicker-modal-ag#55609
SAPTARSHI-coder merged 1 commit into
SAPTARSHI-coder:mainfrom
ayushsri-dev:feature/css-glitch-flicker-modal-ag

Conversation

@ayushsri-dev

Copy link
Copy Markdown
Contributor

Pull Request Description

This PR introduces the CSS Glitch-Flicker Modal for Creative Portfolio Layouts showcase example under submissions/examples/css-glitch-flicker-modal-ag/.

It provides an interactive, zero-JavaScript modal dialog featuring hardware-accelerated glitch-flicker entrance animations, dual RGB channel split text effects (cyan/magenta clip-path slices), scanlines overlay, waveform visualizer, and project metadata metrics designed for cyber-aesthetic portfolio layouts.


Type of Change

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

Submission Checklist

  • All changes are inside submissions/ (submissions/examples/css-glitch-flicker-modal-ag/)
  • 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?

Provides a pure HTML and CSS modal dialog with a controlled cyberpunk glitch and flicker entrance animation designed for creative portfolio showcases.

How does a developer use it?

<!-- Trigger Link -->
<a href="#portfolio-modal" class="btn-trigger">View Project Case Study</a>

<!-- Modal Component -->
<div id="portfolio-modal" class="glitch-modal-overlay" role="dialog" aria-modal="true" aria-labelledby="modal-title">
  <a href="#" class="glitch-modal-backdrop" aria-label="Close modal overlay" tabindex="-1"></a>
  <div class="glitch-modal-card">
    <div class="glitch-scanlines" aria-hidden="true"></div>
    <header class="glitch-modal-header">
      <a href="#" class="glitch-modal-close" aria-label="Close modal">&times;</a>
    </header>
    <div class="glitch-modal-body">
      <h2 id="modal-title" class="glitch-title" data-text="CYBER-SYNTH">CYBER-SYNTH</h2>
      <p>Project details and metrics...</p>
    </div>
  </div>
</div>

Why does it fit EaseMotion CSS?

It delivers an ultra-lightweight, zero-dependency interactive modal system with high-impact cyber visuals, smooth keyframe sequencing, full keyboard accessibility, and robust @media (prefers-reduced-motion: reduce) support using standard EaseMotion CSS design tokens.


Demo

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

Browser Testing

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

Notes for Maintainer


Closes #54503

@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 25, 2026
@SAPTARSHI-coder

Copy link
Copy Markdown
Owner

✅ Submission Validation Passed!

Great job! All required files are present and valid.

📁 Folder: submissions/examples/css-glitch-flicker-modal-ag

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 e779cf8 into SAPTARSHI-coder:main Jul 25, 2026
15 checks passed
@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 25, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations on your PR merge, @ayushsri-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 💜

⭐ 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

Copy link
Copy Markdown
Contributor

🎉 Pull Request Integrated!

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

📊 Daily Merge Progress: You have merged 3/150 PRs today. Daily quota resets in 19 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 Glitch-Flicker Modal for Creative Portfolio Layouts

2 participants