Full-screen navigation menu featuring a split-panel background slide, staggered typography reveals, and CSS text-stroke hover effects.

Split-Screen Staggered Menu Reveal

A full-screen navigation overlay driven by CSS transitions and data-attribute toggling. Clicking the menu button triggers a split-screen background slide, where two pseudo-elements converge from opposite vertical directions. The menu items and background typography fade in sequentially using CSS variable-based staggered delays, while hover states utilize -webkit-text-stroke and animated strikethrough lines.

Technologies:
HTML CSS/SCSS JavaScript
Difficulty: Intermediate
Browser Support (as of Jun 2026):
Chrome Chrome 49+ Edge Edge 12+ Firefox Firefox 49+ Safari Safari 9.1+
Features:
Split-Panel Slide Staggered Text Reveal CSS Text Stroke
Code by: @keyframers @keyframers
License: MIT
A bright yellow button with an animated dashed border that draws itself around the perimeter on hover, along with corner dots that appear sequentially.

Animated Border Drawing Button

This is an Animated Border Drawing Button. It transforms a standard call-to-action into a multi-stage micro-interaction. Upon hovering over the button, the component triggers a sequential animation where four corner dots appear, followed by four dashed border lines that “draw” themselves around the button’s perimeter, creating a high-end, futuristic feel.

Technologies:
HTML CSS
Difficulty: Intermediate
Browser Support (as of Mar 2026):
Chrome Chrome 105+ Edge Edge 105+ Firefox Firefox 121+ Safari Safari 15.4+
Features:
Staggered Animation CSS :has() Pure CSS
Code by: dexter-st dexter-st
License: MIT

See the Pen Animated Border Drawing Button.

Minimalist two-line hamburger menu with a staggered sliding hover effect and smooth X-morph transition using SCSS

Sliding Line Hamburger Menu Animation

This is a Sliding Line Hamburger Menu Animation. It reinvents the standard three-bar toggle by using internal pseudo-element sliding instead of simple opacity changes. Its function is to provide a high-end, staggered interaction that signals navigation states with mechanical precision.

Technologies:
HTML SCSS JavaScript
Difficulty: Beginner
Browser Support (as of Mar 2026):
Chrome Chrome 26+ Edge Edge 12+ Firefox Firefox 16+ Safari Safari 7+
Features:
Staggered Delay Pseudo-Sliding Cubic-Bezier Flow
Code by: Cojea Gabriel Cojea Gabriel
License: MIT
Dark themed cyberpunk style modal dialog with a glowing border, sharp angled corners, and a glitching text effect

Cyberpunk Glitch Upgrade Modal

This is a Cyberpunk Glitch Upgrade Modal. It transforms a standard confirmation dialog into a highly stylized, cinematic interface. Its function is to provide explicit interaction boundaries using the native HTML Popover API, augmented with aggressive visual distortion (glitches) and integrated audio feedback for a deeply immersive user experience. (Requires: Tweakpane)

Technologies:
HTML CSS Babel
Difficulty: Advanced
Browser Support (as of Mar 2026):
Chrome Chrome 114+ Edge Edge 114+ Firefox Firefox 125+ Safari Safari 17+
Features:
Popover API Glitch Animation Staggered Transitions Audio Feedback
Code by: Jhey Jhey
License: MIT

See the Pen Cyberpunk Glitch Upgrade Modal.

Grid of movie schedule cards showing posters that transition on hover to reveal genres, showtimes, and colored information panels

Animated Movie Schedule Blocks

This is an Animated Movie Schedule Block component. It structures chronological event data (like cinema showtimes) into a visual grid. Its function is to condense information using a pure CSS hover interaction, where an image poster slides away to reveal structured metadata (genre, time, title) through intersecting animated panels.

Technologies:
Haml SCSS
Difficulty: Intermediate
Browser Support (as of Mar 2026):
Chrome Chrome 36+ Edge Edge 12+ Firefox Firefox 16+ Safari Safari 9+
Features:
Sliding Panels SCSS Theming Responsive Grid
Code by: Tudor Tudor
License: MIT

See the Pen Animated Movie Schedule Blocks.

Three translucent tumbling 3D cubes on a grid floor with dynamic shadows using pure CSS

Tumbling 3D Cubes Animation

This is a Tumbling 3D Cubes Animation. It visualizes three interconnected, translucent cubes endlessly rolling across a grid floor in a synchronized sequence. Its function is to demonstrate complex spatial geometry and continuous kinetic motion using exclusively DOM nodes and stylesheets, replacing heavy WebGL libraries with pure CSS mathematics.

Technologies:
HTML SCSS
Difficulty: Advanced
Browser Support (as of Feb 2026):
Chrome Chrome 36+ Edge Edge 12+ Firefox Firefox 16+ Safari Safari 9+
Features:
Nested Transforms Staggered Animation Dynamic Shadow
Code by: Amit Sheen Amit Sheen
License: MIT

See the Pen Tumbling 3D Cubes Animation.

Floating action button displaying an expanded menu list with icons and a morphing hamburger-to-close button animation

Morphing Hamburger Floating Action Button

This is a Morphing Hamburger Floating Action Button (FAB). It uses a combination of CSS transitions and keyframe animations to reveal a hidden context menu. Its function is to consolidate multiple secondary actions (Settings, Copy, Share, Delete) into a single, space-saving focal point. The interaction is initiated by a vanilla JavaScript class toggle.

Technologies:
HTML SCSS JavaScript
Difficulty: Intermediate
Browser Support (as of Feb 2026):
Chrome Chrome 60+ Edge Edge 79+ Firefox Firefox 55+ Safari Safari 11.1+
Features:
Hamburger Morphing Staggered Animation Floating Menu Pulse Effect
License: MIT