Hamburger menu icon with smooth CSS transform animation turning into a close button.

Animated CSS Hamburger Menu Icon

Animated CSS Hamburger Menu Icon transforms a standard three-line menu into a close button. JavaScript toggles an active class, while CSS handles the heavy lifting. The middle line slides out using translateX, and the outer lines rotate 45 degrees via transform. Simultaneously, the background and icon colors invert. A clean, lightweight micro-interaction for mobile navigation headers.

Technologies:
HTML CSS JavaScript
Difficulty: Beginner
Browser Support (as of Jun 2026):
Chrome Chrome 49+ Edge Edge 15+ Firefox Firefox 31+ Safari Safari 10+
Features:
Transform Animation Color Inversion Class Toggle
Code by: Metty Metty
License: MIT
An interactive QBasic Gorillas artillery clone built with HTML5 Canvas, SVG windmill, and physics simulation.

Artillery Gorilla Canvas Retro Game

Artillery Gorilla Canvas Retro Game is a plain JavaScript clone of the MS-DOS classic, QBasic Gorillas. Two gorillas on city rooftops take turns throwing explosive bananas, with calculations factoring in gravity, adjustable angles, and wind speed shown via an animated SVG windmill. It features single-player AI simulation, local two-player, dark/light modes, and destructible building hitboxes.

Technologies:
HTML CSS JavaScript
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 76+ Edge Edge 79+ Firefox Firefox 67+ Safari Safari 16.4+
Features:
Canvas Game Physics Simulation AI Computer Mode
License: MIT
A JavaScript class that dynamically updates a CSS box-shadow based on mouse cursor position to create a direction-aware lighting effect.

Direction-Aware CSS Box Shadow

Direction-Aware CSS Box Shadow provides a reusable JavaScript class (DirectionAwareShadow) that calculates the mouse’s offsetX and offsetY relative to an element’s center. It then dynamically updates the element’s inline box-shadow property to cast a shadow in the opposite (or same) direction of the cursor. The class is highly configurable, allowing developers to easily adjust blur, spread, color, and offset intensity.

Technologies:
HTML CSS/SCSS JavaScript/Babel
Difficulty: Intermediate
Browser Support (as of Jun 2026):
Chrome Chrome 4+ Edge Edge 12+ Firefox Firefox 4+ Safari Safari 3.1+
Features:
Direction Aware Dynamic Shadow Reusable Class
Code by: Mert Cukuren Mert Cukuren
License: MIT

See the Pen Direction-Aware CSS Box Shadow.

A realistic tear strip animation using CSS Scroll-Driven Animations and a range input to simulate tearing open a package.

Interactive CSS Tear Strip Animation

Interactive CSS Tear Strip Animation simulates the satisfying physical action of tearing open a cardboard package. It cleverly uses an invisible <input type="range"> linked to the CSS Scroll-Driven Animations API (animation-timeline: --thumb). As the user drags the slider, CSS variables dynamically update clip-path, box-shadow, and transform properties to reveal the content beneath while curling the torn strip. A JavaScript fallback ensures compatibility for browsers without native scroll-timeline support.

Technologies:
HTML CSS JavaScript/Babel
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 115+ Edge Edge 115+ Firefox Firefox 110+ Safari Safari 16.4+
Features:
Scroll-Driven Animation Range Input Control Realistic Shadows
Code by: Jhey Jhey
License: MIT
A smartwatch UI concept where the time and date are displayed as a live-updating, syntax-highlighted JavaScript object.

JavaScript Object Smartwatch Concept

JavaScript Object Smartwatch Concept turns a standard digital clock into a clever developer joke. The UI mimics an Apple Watch using pure CSS (box-shadow for the bezel, linear-gradient for the strap). Inside, JavaScript’s requestAnimationFrame continuously updates a formatted string, rendering the current time and date as a syntax-highlighted JS object. A fun, lightweight snippet for developer portfolios.

Technologies:
HTML CSS JavaScript
Difficulty: Beginner
Browser Support (as of Jun 2026):
Chrome Chrome 4+ Edge Edge 12+ Firefox Firefox 2+ Safari Safari 3.1+
Features:
Live Clock Syntax Highlighting CSS Watch Strap
Code by: Mark Boots Mark Boots
License: MIT
Morphing dropdown navigation menu with dynamic background resizing and sliding animations using JavaScript.

Morphing Stripe-Style Dropdown Navigation

“Morphing Stripe-Style Dropdown Navigation” replicates the famous Stripe header effect. A single background element dynamically resizes and moves behind the active content. JavaScript calculates dimensions using getBoundingClientRect() and updates CSS properties to animate the panel. This approach keeps the DOM clean and ensures smooth transitions between menu sections.

Technologies:
HTML CSS/SCSS JavaScript/Babel
Difficulty: Intermediate
Browser Support (as of Jun 2026):
Chrome Chrome 48+ Edge Edge 15+ Firefox Firefox 48+ Safari Safari 10+
Features:
Morphing Background Dynamic Resizing Hover Triggered
Code by: Andy Andy
License: MIT
An interactive flight path progress range slider using pure CSS trigonometric functions, custom input styling, and container queries.

Pure CSS Trigonometric Flight Range Slider

Pure CSS Trigonometric Flight Range Slider uses CSS math functions like sin() and clamp() to dynamically scale a custom airplane thumb and cast realistic altitude shadows based on the input’s current percentage. It features a responsive container query that swaps the plane for a helicopter on narrow screens, and includes dedicated high-contrast mode styles for robust accessibility.

Technologies:
HTML CSS
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 111+ Edge Edge 111+ Firefox Firefox 110+ Safari Safari 16+
Features:
Trigonometric Math Container Queries High Contrast Mode
License: MIT
A skeuomorphic 3D rolling ball toggle switch with automatic rollback animation using CSS and JavaScript.

Rollback Ball 3D Toggle Switch

Rollback Ball 3D Toggle Switch is a highly tactile, skeuomorphic switch concept. When clicked, a textured 3D ball realistically rolls across the track, cast-shadows shifting in unison. An ES6 JavaScript class dynamically reads the CSS animation duration, disables the input during the roll, and automatically resets the toggle state once the animation completes. A stellar example of interactive micro-design.

Technologies:
HTML CSS/SCSS JavaScript/TypeScript
Difficulty: Intermediate
Browser Support (as of Jun 2026):
Chrome Chrome 55+ Edge Edge 79+ Firefox Firefox 54+ Safari Safari 10+
Features:
3D Rolling Ball Automatic Rollback Skeuomorphic Shadows
Code by: Jon Kantner Jon Kantner
License: MIT

See the Pen Rollback Ball 3D Toggle Switch.

A viewport border frame that dynamically crawls and draws around the screen edges as you scroll down the page, built with pure CSS.

Scroll-Driven Crawling Border Frame

Scroll-Driven Crawling Border Frame draws a colorful frame around the viewport as the user scrolls. Utilizing native CSS Scroll-Driven Animations (animation-timeline: scroll()) and sequence keyframes, the borders of two fixed elements expand in height and width. The styling utilizes modern oklch() color math for a vibrant gradient. Clean, pure CSS decoration with no JS overhead.

Technologies:
HTML CSS
Difficulty: Intermediate
Browser Support (as of Jun 2026):
Chrome Chrome 119+ Edge Edge 119+ Firefox Firefox (with polyfill) Safari Safari (with polyfill)
Features:
Scroll-Driven Timeline Zero JavaScript OKLCH Color Space
Code by: Giana Giana
License: MIT
A retro television illustration created entirely with a single HTML div and complex CSS gradients.

Single Div Vintage TV CSS Illustration

Single Div Vintage TV CSS Illustration is a masterclass in CSS gradient art. Using only one div and its ::before/::after pseudo-elements, it renders a retro television set. The body, screen, antenna, and speaker grill are meticulously drawn using layered linear-gradient, radial-gradient, and repeating-linear-gradient. The mask-image property is cleverly used to carve out the control knobs. A brilliant example of pushing CSS drawing to its limits.

Technologies:
HTML CSS
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 53+ Edge Edge 79+ Firefox Firefox 53+ Safari Safari 15.4+
Features:
Single Div Pure CSS Gradient Art
License: MIT
A VisionOS-inspired hexagonal app grid featuring a dynamic ripple animation effect triggered by user clicks, built with CSS and JavaScript.

VisionOS Hexagonal App Grid Ripple

VisionOS Hexagonal App Grid Ripple recreates the spatial UI aesthetic of Apple VisionOS. It uses complex clip-path polygons to form the hexagons and backdrop-filter for the glassmorphism effect. The standout feature is the JavaScript-calculated ripple animation: on click, JS measures the distance from the target to every other hexagon, updating a CSS custom property (--ripple-factor) to stagger the CSS @keyframes delay radially.

Technologies:
HTML/Pug CSS/SCSS JavaScript
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 111+ Edge Edge 111+ Firefox Firefox 113+ Safari Safari 16.2+
Features:
Hexagonal Grid Ripple Animation Theme Toggle
License: MIT
CSS-only section dividers featuring a 3D zig-zag paper-cut edge effect using conic gradients and masks.

3D Zig-Zag Edge CSS Dividers

3D Zig-Zag Edge CSS Dividers creates a paper-cut illusion using only CSS. It relies on conic-gradient applied to both the background (for shading) and -webkit-mask (for the jagged shape). CSS variables control the size and depth of the teeth. This approach requires zero extra DOM elements or SVG files, making it a highly optimized solution for section transitions.

Technologies:
HTML CSS
Difficulty: Intermediate
Browser Support (as of Jun 2026):
Chrome Chrome 69+ Edge Edge 79+ Firefox Firefox 83+ Safari Safari 12.1+
Features:
Variable Controlled Single Element 3D Illusion
Code by: Temani Afif Temani Afif
License: MIT

See the Pen 3D Zig-Zag Edge CSS Dividers.

Liquid toggle switch using SVG feGaussianBlur filter and CSS keyframe animations to create a fluid, gooey snapping behavior.

Gooey Liquid SVG Filter Toggle Switch

Gooey Liquid SVG Filter Toggle Switch uses a classic SVG filter trick — combining a blur (feGaussianBlur) with a high-contrast color matrix (feColorMatrix) — to achieve a fluid, organic morphing effect. The sliding thumb dynamically deforms and stretches before snapping into place. Built with modern CSS custom properties and individual transform properties, it includes a simple JavaScript loop for continuous demonstration.

Technologies:
HTML CSS/SCSS
Difficulty: Intermediate
Browser Support (as of Jun 2026):
Chrome Chrome 111+ Edge Edge 111+ Firefox Firefox 113+ Safari Safari 16.2+
Features:
Gooey Liquid Effect SVG Filter Fluid Snapping
License: MIT
An interactive isometric 3D bedroom rendered with Three.js, utilizing baked textures, normal maps, and orbit controls.

Interactive 3D Baked Room Concept

Interactive 3D Baked Room Concept leverages Three.js to render a detailed, stylized isometric room. Instead of heavy real-time shadows, the design uses a baked texture mapping approach (bakedTexture, normalTexture, occlusionTexture) for highly optimized, realistic ambient occlusion. Standard OrbitControls allow smooth user navigation within restricted bounding limits, preventing camera clipping. (Requires: three.js)

Technologies:
HTML CSS/SCSS JavaScript
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 33+ Edge Edge 12+ Firefox Firefox 27+ Safari Safari 8+
Features:
Isometric 3D Room Baked Textures Orbit Controls
License: MIT
Realistic 3D toggle switches with inset shadows and sliding animations using pure CSS.

Realistic 3D CSS Toggle Switches

“Realistic 3D CSS Toggle Switches” showcase three distinct switch variations using the classic checkbox hack. Built entirely without JavaScript, they rely on CSS box-shadow and linear-gradient to create tactile, 3D inset depths. State changes are smoothly animated via transition on pseudo-elements. A lightweight, robust solution for adding polished micro-interactions to forms.

Technologies:
HTML CSS/SCSS
Difficulty: Beginner
Browser Support (as of Jun 2026):
Chrome Chrome 26+ Edge Edge 12+ Firefox Firefox 16+ Safari Safari 6.1+
Features:
Pure CSS Checkbox Hack Multiple Variations
Code by: Billy Billy
License: MIT
A highly interactive, responsive macOS/iOS style scroll-driven dock featuring app icons that scale, blur, or parallax as they scroll.

Scroll-Driven macOS iOS Dock Concept

Pure CSS Scroll-Driven macOS iOS Dock recreates Apple’s legendary dock using the native CSS Scroll-Driven Animations API. Icons dynamically scale, blur, and shift depth completely without JavaScript. Utilizing @supports (animation-timeline: scroll()), the layout safely handles horizontal and vertical snaps. A zero-dependency, ultra-lightweight demonstrator of modern CSS capabilities. (Requires: gsap.js, scroll-trigger.js)

Technologies:
HTML CSS JavaScript (Babel)
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 115+ Edge Edge 115+ Safari Safari 26+
Features:
Scroll-Driven Animation GSAP Fallback Dynamic Scaling
Code by: Jhey Jhey
License: MIT
Playful CSS-only bubble loader rising, bursting, and producing synchronized liquid droplets at radial rotation angles.

Whimsical CSS Bubble Preloader

Whimsical CSS Bubble Preloader is a pure CSS animation that simulates rising bubbles that pop and scatter tiny droplets. Using HTML layout without JavaScript, it relies entirely on staggered @keyframes delays, absolute positioning, and math-based rotations via :nth-child. Radial gradients generate realistic reflections, while drop-shadow adds depth. A smart choice for lightweight, playful interfaces, though the dense DOM structure for droplets might feel redundant for some.

Technologies:
HTML SCSS
Difficulty: Intermediate
Browser Support (as of Jun 2026):
Chrome Chrome 52+ Edge Edge 15+ Firefox Firefox 49+ Safari Safari 9.1+
Features:
Bubble Burst Effect Liquid Droplet Splash Responsive Scaling
Code by: Jon Kantner Jon Kantner
License: MIT

See the Pen Whimsical CSS Bubble Preloader.

3D layered pop-out cards with mouse-tracking perspective, featuring a cutout foreground, background scene, and dynamic shadows.

3D Depth Parallax Pop-Out Cards

3D Depth Parallax Pop-Out Cards uses a mathematical approach combining value remapping and linear interpolation (lerp) to calculate fluid, lagged cursor coordinates inside a 60 FPS animation loop. This script alters custom CSS properties --rotateX and --rotateY, projecting individual layer transforms across multiple translated depths—namely a blurred .shadow, background scene, golden borders, and a foreground .cutout. While visually convincing, utilizing setInterval at a hardcoded 1000/60 rate can cause micro-stuttering on high-refresh-rate displays, making requestAnimationFrame a far more performant choice.

Technologies:
Pug SCSS JavaScript
Difficulty: Advanced
Browser Support (as of May 2026):
Chrome Chrome 88+ Edge Edge 88+ Firefox Firefox 89+ Safari Safari 15+
Features:
3D Perspective Cutout Pop-out Effect Linear Interpolation (Lerp)
Code by: Mubanga Mubanga
License: MIT
Trigonometric 3D rotating Star Wars theme toggle presenting a sliding lightsaber blade and a spinning Death Star thumb.

3D Star Wars Lightsaber Theme Toggle

3D Star Wars Lightsaber Theme Toggle relies on trigonometric CSS functions sin() and cos() to rotate vector elements along a 3D spherical path as the toggle slides. Custom numeric transitions are facilitated by redefining modern @property rules inside a @layer properties block, animating the --progress variable dynamically across state-driven keyframes. While providing a deeply thematic visual experience, performing continuous trigonometric transformations and animating complex CSS masks can trigger layout rasterization strain on standard devices, requiring GPU acceleration layers to preserve smooth 3D motion.

Technologies:
HTML SCSS JavaScript
Difficulty: Advanced
Browser Support (as of May 2026):
Chrome Chrome 111+ Edge Edge 111+ Firefox Firefox 128+ Safari Safari 16.4+
Features:
3D Rotation Trigonometric CSS
License: MIT
Vector clipboard icon with a slick paper ejection and checkmark drawing copy micro-interaction.

Animated Clipboard Copy Action Button

Animated Clipboard Copy Action Button leverages overlapping SVG path duplicates to simulate a seamless paper ejection sequence upon trigger. When the .copied class is appended via jQuery, the secondary page .page and a glowing checkmark .check are animated along a skewed gravity curve copiedPage while the checkmark simultaneously expands its stroke-dasharray to appear fully drawn. This micro-interaction utilizes hardware-accelerated transforms. (Requires: jquery.js)

Technologies:
SVG HTML Sass JavaScript
Difficulty: Intermediate
Browser Support (as of May 2026):
Chrome Chrome 49+ Edge Edge 16+ Firefox Firefox 55+ Safari Safari 11+
Features:
Paper Ejection Effect SVG Stroke Dash Animation Micro-Interaction
Code by: Andreas Storm Andreas Storm
License: MIT
Playful vector theme toggle animating a pilot bear flying through clouds in light mode and transitioning into an astronaut bear floating in space in dark mode.

Bouncy Bear Theme Toggle Switch

Bouncy Bear Theme Toggle Switch relies on a clean, accessible HTML <button> to toggle an aria-pressed state, initiating a complex visual narrative that shifts between an aviator bear in light mode and an astronaut bear in dark mode. The animation utilizes modern CSS layout techniques including container-type queries, separate translate declarations, and a heavy-backwards cubic-bezier(.4,-0.3,.6,1.3) curve to achieve physical bounce. While structurally robust, the sheer volume of concurrently transitioning inline SVG paths and scaling stars can generate intensive layout recalculation spikes unless elements are actively isolated via hardware-promoted layers.

Technologies:
HTML CSS Babel
Difficulty: Advanced
Browser Support (as of May 2026):
Chrome Chrome 105+ Edge Edge 105+ Firefox Firefox 110+ Safari Safari 16+
Features:
Dynamic Theme Switch Complex SVG Animation Custom Cubic Bezier Easing
Code by: Jhey Jhey
License: MIT
Minimalist navigation menu expanding outward via a circular clip-path transition, featuring GSAP stagger animations.

Circular Reveal Fullscreen Navigation Menu

Circular Reveal Fullscreen Navigation Menu leverages GSAP timelines to orchestrate a fluid canvas expansion by animating a CSS clip-path circle from 0px to 200%. Simultaneous staggered translations are applied to navigation links using a responsive elastic.out easing curve, creating a highly tactile, sequential entry. While the transition remains visually seamless on high-refresh-rate screens, full-screen masking with dynamic clip paths can impose substantial rendering overhead, demanding GPU-accelerated layer promotion via will-change: clip-path to maintain consistent frame rates. (Requires: gsap.js)

Technologies:
HTML SCSS JavaScript
Difficulty: Intermediate
Browser Support (as of May 2026):
Chrome Chrome 112+ Edge Edge 112+ Firefox Firefox 117+ Safari Safari 16.5+
Features:
Circular Reveal GSAP Animations Staggered Entrance
Code by: Sikriti Dakua Sikriti Dakua
License: MIT
Geometric grid of dark triangles mask revealing a neon glowing background that dynamically tracks cursor movement.

Geometric Glowing Triangle Mask Grid

Geometric Glowing Triangle Mask Grid creates an interactive mesh overlay by dynamically calculating and appending CSS border triangles to mask a neon background. The layout binds a mouse-tracking #glow radial gradient to the cursor, while modern CSS @property interpolates color shifts directly in keyframe animations. However, running heavy JS-based DOM recalculations on window.onresize combined with moving massive layout-disrupting absolute positions like top/left on every mousemove can cause paint pipeline bottlenecks, which are easily alleviated by transforming with hardware-accelerated translate3d instead.

Technologies:
Pug SCSS JavaScript
Difficulty: Intermediate
Browser Support (as of May 2026):
Chrome Chrome 85+ Edge Edge 85+ Firefox Firefox 128+ Safari Safari 16.4+
Features:
Geometric Masking Mouse Tracking @property Transitions
Code by: Mubanga Mubanga
License: MIT
Interactive model of a Logitech G815 mechanical keyboard with custom color profiles, functional indicators, and switch audio feedback.

Interactive Mechanical Keyboard Audio Simulation

Interactive Mechanical Keyboard Audio Simulation utilizes a highly detailed CSS grid structure to align complex multi-row vector keys and simulate a physical G815 layout. A central event listener handles key interaction by mapping event.code to correspond with data-key attributes on target DOM nodes, simultaneously triggering dedicated audio samples of tactile, linear, or clicky switch sounds. While the visual depth is elegantly achieved with layered CSS shadow offsets and custom hex shading, firing unthrottled HTML5 audio playback on rapid typings can lead to output buffer congestion or slight audio delays on standard browsers.

Technologies:
HTML SCSS JavaScript
Difficulty: Advanced
Browser Support (as of May 2026):
Chrome Chrome 57+ Edge Edge 16+ Firefox Firefox 52+ Safari Safari 10.1+
Features:
Audio Feedback RGB Lighting Profiles Keyboard Event Mapping
License: MIT
Pixel art parallax slider carousel using sprite sheets and Flickity scroll progression.

Parallax Pixel Sprite Carousel Slider

Parallax Pixel Sprite Carousel Slider connects Flickity carousel’s scroll progress event directly to the left style offsets of absolute background and foreground sprite sheets. By assigning unique speed multipliers to each layer (0.75 for background, 2 for foreground), it establishes a pseudo-3D pixel art parallax depth without heavy WebGL overhead. However, changing the layout property left on every scroll tick forces constant layout recalculations and paint cycles, which can be optimized by transitioning to CSS transform translate3d instead. (Requires: flickity.js)

Technologies:
HTML CSS JavaScript
Difficulty: Intermediate
Browser Support (as of May 2026):
Chrome Chrome 49+ Edge Edge 12+ Firefox Firefox 31+ Safari Safari 9.1+
Features:
Parallax Scroll CSS Sprites Interactive Carousel
License: MIT
Animated list item slicing in half with a red laser effect before disintegrating using CSS masks and jQuery.

Slice Action List Item

Slice Action List Item achieves a physical text-splitting illusion by duplicating each text node into two overlapping, masked <span> blocks aligned via absolute positioning and CSS pseudo-elements. A jQuery handler triggers a sequential timeline: an SVG checkmark collapses, a dynamically generated absolute .line animates across the list item simulating a laser slice, and then both text halves rotate outward in opposite directions. The implementation provides a distinct, highly engaging micro-interaction, although triggering jQuery .animate() alongside CSS transforms can lead to inconsistent frame timing if layout changes overlap with GPU-accelerated compositing layers. (Requires: jquery.js)

Technologies:
HTML SCSS JavaScript
Difficulty: Intermediate
Browser Support (as of May 2026):
Chrome Chrome 56+ Edge Edge 79+ Firefox Firefox 51+ Safari Safari 10.1+
Features:
Text Slicing SVG Stroke Dash CSS Masking
Code by: Aaron Iker Aaron Iker
License: MIT

See the Pen Slice Action List Item.

Minimalist navigation menu sliding upward from the bottom screen edge, presenting smooth image cards and a rotating icon switch.

Curtain Transition Navigation Menu

Curtain Transition Navigation Menu implements a lightweight state toggle via a data-nav attribute, shifting the entire <main> view up by 50% to reveal an absolutely-positioned bottom navigation drawer. Dynamic sizing features like clamp() and max() ensure responsive link layouts, while a sharp cubic-bezier(.13, .53, .38, .97) curve coordinates the simultaneous scaling and entry of image-rich navigation elements. While visually fluid, animating massive full-screen wrappers containing large Unsplash media can trigger costly rasterization overhead unless GPU compositing is actively hinted.

Technologies:
HTML CSS JavaScript
Difficulty: Intermediate
Browser Support (as of May 2026):
Chrome Chrome 88+ Edge Edge 88+ Firefox Firefox 89+ Safari Safari 15+
Features:
Curtain Slide Smooth Scale State-Driven CSS
Code by: Hyperplexed Hyperplexed
License: MIT
Dark themed SVG animation showing a lasso cursor drawing glowing blue outlines around text blobs

Animated SVG Lasso Selection

This is an Animated SVG Lasso Selection. It simulates a digital cursor drawing marquee selections around hidden text nodes, triggering organic pop-in animations and complex spatial transforms. Its function is to provide a highly stylized, cinematic narrative intro, demonstrating the intersection of vector graphics and timeline-based JavaScript animation. (Requires: gsap.js, tweenmax.js, morphSVG.js, drawSVGplugin.js)

Technologies:
HTML CSS JavaScript
Difficulty: Advanced
Browser Support (as of May 2026):
Chrome Chrome 60+ Edge Edge 79+ Firefox Firefox 55+ Safari Safari 11+
Features:
SVG Masking Path Drawing Sequential Animation Timeline Scrubbing
Code by: Chris Gannon Chris Gannon
License: MIT

See the Pen Animated SVG Lasso Selection.

Grid of portraits that flip in 3D like cubes based on the direction the mouse enters

Direction Aware 3D Cube Gallery

This is a Direction Aware 3D Cube Gallery. It tracks the exact angle at which a cursor enters or leaves an image tile, applying a responsive 3D cube rotation that follows the mouse’s trajectory. Its function is to provide highly contextual, physical feedback during interaction, making a flat image grid feel like an array of tangible, rotatable blocks.

Technologies:
Haml PostCSS Babel
Difficulty: Advanced
Browser Support (as of May 2026):
Chrome Chrome 60+ Edge Edge 79+ Firefox Firefox 55+ Safari Safari 11+
Features:
Direction Aware Hover 3D Transforms CSS Custom Properties Minimal DOM
Code by: Noel Delgado Noel Delgado
License: MIT
E-commerce product page showing a modern chair with color swatch options that dynamically change the product image and background gradient

E-Commerce Product Viewer

This is a CSS-Only E-Commerce Product Viewer. It implements a fully functional product configurator — including color variant swapping, synchronized background theme changes, and an interactive details accordion — without a single line of JavaScript. Its function is to demonstrate complex UI state management and immediate visual feedback using native CSS capabilities.

Technologies:
HTML CSS
Difficulty: Intermediate
Browser Support (as of May 2026):
Chrome Chrome 43+ Edge Edge 12+ Firefox Firefox 16+ Safari Safari 9+
Features:
CSS Checkbox Hack Dynamic Theming Accordion Animation Image Swap
Code by: Ivan Grozdic Ivan Grozdic
License: MIT

See the Pen E-Commerce Product Viewer.