Cyber-Synth Audio Engine
++ High-performance web-audio synthesis workstation with real-time + waveform visualization and zero-latency spatial routing. +
+ + + View Case Study + → + +diff --git a/submissions/examples/css-glitch-flicker-modal-ag/README.md b/submissions/examples/css-glitch-flicker-modal-ag/README.md new file mode 100644 index 00000000000..e3ba6536eb5 --- /dev/null +++ b/submissions/examples/css-glitch-flicker-modal-ag/README.md @@ -0,0 +1,55 @@ +# CSS Glitch-Flicker Modal for Creative Portfolio Layouts + +1. **What does this do?** + Provides a pure HTML and CSS modal dialog with a controlled cyberpunk glitch and flicker entrance animation designed for creative portfolio showcases. + +2. **How is it used?** + Apply the `.glitch-modal-overlay` container with an `#id` matching a trigger anchor link `href="#id"`: + + ```html + + View Project + + +
+ ``` + +3. **Why is it useful?** + It delivers an ultra-lightweight, zero-JavaScript interactive modal system with high-impact creative cyber visuals, smooth keyframe sequencing, full keyboard accessibility, and robust reduced-motion support. + +--- + +## Features + +- **Pure HTML + CSS**: State management powered by the native CSS `:target` pseudo-class. +- **Performant Glitch FX**: Hardware-accelerated keyframe transforms (`translate`, `scale`, `skewX`) and dual RGB channel split using pseudo-elements with `clip-path`. +- **EaseMotion Integration**: Built with EaseMotion design tokens (`--ease-color-*`, `--ease-space-*`, `--ease-radius-*`, `--ease-shadow-*`, `--ease-z-modal`). +- **Responsive Layout**: Fluid bounds for mobile, tablet, and desktop screens with adaptive grid and button stacking. +- **Accessibility & Reduced Motion**: Keyboard navigability via native `` anchors, explicit ARIA dialog attributes, and non-distracting reduced-motion overrides via `@media (prefers-reduced-motion: reduce)`. diff --git a/submissions/examples/css-glitch-flicker-modal-ag/demo.html b/submissions/examples/css-glitch-flicker-modal-ag/demo.html new file mode 100644 index 00000000000..5ab1275c14e --- /dev/null +++ b/submissions/examples/css-glitch-flicker-modal-ag/demo.html @@ -0,0 +1,180 @@ + + + + + ++ A lightweight, pure CSS/HTML modal system designed for creative + cyber-aesthetic portfolio layouts. Features controlled RGB channel + displacement, subtle opacity flicker, and performant + hardware-accelerated keyframe transitions. +
++ High-performance web-audio synthesis workstation with real-time + waveform visualization and zero-latency spatial routing. +
+ + + View Case Study + → + ++ Generative raymarching environment utilizing fragment shaders and + custom motion math. +
+ ++ Modular component collection with responsive typography, + glassmorphism tokens, and micro-interactions. +
+ +