Interactive white paper receipt with a realistic 3D folding cover transition, unfolding on hover to reveal transaction details.

3D Folding Paper Receipt Card

An interactive receipt component showcasing a realistic 3D paper fold transition. Built with SCSS and vanilla JS, clicking the trigger button initiates a multi-stage unfold sequence: the dashed seam rotates flat using rotate3d(), the bottom section slides down, and the hidden itemized table fades in. Transition delays are carefully synced to prevent content visibility until the folding animation completes.

Technologies:
HTML CSS/SCSS JavaScript
Difficulty: Intermediate
Browser Support (as of Jun 2026):
Chrome Chrome 36+ Edge Edge 12+ Firefox Firefox 16+ Safari Safari 9+
Features:
3D Paper Fold Sequential Transitions Active Table Toggle
Code by: Kriszta Kriszta
License: MIT

See the Pen 3D Folding Paper Receipt Card.

Grid of responsive article cards featuring a dynamic drop shadow effect generated by duplicating and blurring the card's background image.

Dynamic Image Drop Shadow Cards

A responsive grid of article cards showcasing a dynamic, color-matched drop shadow effect. Built entirely with HTML and SCSS, the trick involves duplicating the card’s background image into a lower z-index container, shifting it downwards, and applying a heavy CSS filter: blur(). This creates a soft, glowing shadow that perfectly matches the hues of the original photograph.

Technologies:
HTML CSS/SCSS
Difficulty: Beginner
Browser Support (as of Jun 2026):
Chrome Chrome 57+ Edge Edge 16+ Firefox Firefox 52+ Safari Safari 10.1+
Features:
Dynamic Image Shadow CSS Grid Layout Hover Scaling
License: MIT
Elastic sliding garment category switcher featuring dual-layered clip-path polygon masks that skew organically on direction changes.

Elastic Clip-Path Sliding Navigation Tab

An advanced category navigation bar designed with direction-aware elastic slide transitions. By structuring dual overlay layers of identical SVGs, the component masks them along parallel polygon paths using CSS clip-path. Staggered transition-delay configurations applied asymmetrically between the inner and outer shapes generate an organic, jelly-like pulling effect depending on traversal direction.

Technologies:
HTML CSS JavaScript
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 55+ Edge Edge 79+ Firefox Firefox 54+ Safari Safari 9.1+
Features:
Clip-Path Slide Dual-Layer Mask Staggered Delays
License: MIT
Interactive flat-designed file folder that tilts open, raises paper sheets, and skews its front pockets dynamically on hover.

Interactive 3D Folding File Folder

An interactive flat-design file folder built entirely with HTML and CSS. Hovering over the component triggers a coordinated micro-interaction: the parent card rises, nested paper sheets slide upwards, and the front pockets skew and scale down simultaneously. This combination of standard 2D transform rules effectively simulates a 3D folding folder flap.

Technologies:
HTML CSS/SCSS
Difficulty: Beginner
Browser Support (as of Jun 2026):
Chrome Chrome 36+ Edge Edge 12+ Firefox Firefox 16+ Safari Safari 9+
Features:
Folding Flap Anim Paper Rise Shift Isometric Skewing
Code by: Shunya Koide Shunya Koide
License: MIT
Sleek sliding navigation bar built with CSS Anchor Positioning and elastic linear() transitions, showing active and hover bubble indicators.

Elastic Anchor-Positioned Slider Navigation

An elegant, zero-JavaScript navigation bar powered entirely by CSS Anchor Positioning. Hover and active indicator bubbles are mapped dynamically to target links using pseudo-elements that reference custom --hovered-option and --active-option anchors. The sliding animations utilize a complex CSS linear() timing function to generate organic, elastic bouncing transitions.

Technologies:
HTML CSS
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 125+ Edge Edge 125+
Features:
Anchor Positioning Zero-JS Tracking Linear Easing
Code by: Chris Bolson Chris Bolson
License: MIT
Interactive card component featuring realistic 3D rotation, cursor tilt physics, and a responsive radial-gradient glare effect.

3D Tilt Card with Dynamic Glow

An interactive 3D card utilizing pointer tracking to calculate tilt angle and rotation dynamically. By measuring mouse position relative to the element’s center, the card tilts along the X and Y axes while scaling. A radial gradient overlay shifts concurrently, mimicking realistic surface glare and light reflections.

Technologies:
HTML CSS JavaScript
Difficulty: Intermediate
Browser Support (as of Jun 2026):
Chrome Chrome 56+ Edge Edge 15+ Firefox Firefox 49+ Safari Safari 10+
Features:
3D Tilt Mouse Tracking Dynamic Glow
Code by: Mark Miro Mark Miro
License: MIT

See the Pen 3D Tilt Card with Dynamic Glow.

Accessible quote card rotator with smooth GSAP fade transitions, responsive height constraints, and multiple patriotic text-gradient themes.

Accessible Multi-Theme Quote Rotator

An accessible quote rotator featuring fluid GSAP slide-fade transitions and dynamic theme switching. It loads quotes asynchronously from a target JSON file, outputting them into semantic citation structures. Includes native ARIA live-regions (aria-live), responsive height clamps, and keyboard-mapped theme toggles. (Requires: gsap.js)

Technologies:
HTML CSS JavaScript
Difficulty: Intermediate
Browser Support (as of Jun 2026):
Chrome Chrome 110+ Edge Edge 110+ Firefox Firefox 110+ Safari Safari 16.2+
Features:
Accessible Carousel JSON Fetching Dynamic Themes
Code by: Mark Sottek Mark Sottek
License: MIT
Zero-JavaScript custom select dropdown using native HTML customizable select to reveal fantasy potions in a radial layout with anchor positioning.

Circular Popover Potion Dropdown Menu

An experimental, zero-JavaScript custom select dropdown leveraging cutting-edge HTML customizable select specifications. When opened, the custom picker formats standard <option> tags into an interactive circular radial layout using native CSS Anchor Positioning, @starting-style entry transitions, and mathematical sibling-index() and sibling-count() functions. Includes gorgeous vector potion SVG assets mapped with variable custom properties.

Technologies:
HTML CSS
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 130+ Edge Edge 130+
Features:
Base Select Menu Anchor Positioning Sibling Functions
Code by: utilitybend utilitybend
License: MIT
High-fidelity e-commerce card with a physics-based fly-to-cart animation traversing adjustable custom Bezier curves, accompanied by active badge scaling.

Dynamic Bezier Curve Fly-to-Cart Animation

An advanced e-commerce prototype demonstrating a highly customizable fly-to-cart animation. On click, a duplicate product image is projected into coordinates calculated via active client measurements, traveling along a dual-axis curved motion path toward the cart badge. Built with custom Web Components, it includes live Bezier timing trackpads and elastic cart bump physics. (Requires: gsap.js, tweakpane.js)

Technologies:
HTML CSS JavaScript/Babel
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 54+ Edge Edge 79+ Firefox Firefox 63+ Safari Safari 10.1+
Features:
Fly to Cart Bezier Physics Houdini Timings
Code by: Jhey Jhey
License: MIT
Interactive subscription card with dynamic vector eye-tracking, inertia horizontal dragging, elastic edge physics, and curved error messages.

Interactive Eye-Tracking Subscription Form

An advanced interactive subscription form starring a playful cartoon character with dual eye-tracking modes. Pupils react in real time, following the pointer position or snapping directly to the input text caret inside the email field. Dragging the character horizontally triggers fluid physics, rubber-band borders, and elastic drag resets, while error states morph the SVG mouth. (Requires: canvas-confetti.js)

Technologies:
HTML CSS JavaScript
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 110+ Edge Edge 110+ Firefox Firefox 110+ Safari Safari 16.2+
Features:
Eye Tracking Caret Tracking Rubber-band Dragging
Code by: nana nana
License: MIT
Interactive data visualization showing 3D isometric SVG cylinders morphing heights dynamically with custom path interpolation and rainbow stroke animations.

Isometric 3D SVG Morphing Chart

An interactive 3D isometric token usage chart powered by manual SVG path morphing. Instead of relying on heavy drawing libraries, a custom JavaScript interpolator parses matching vector commands and applies organic sine easing. Clicking the menu controls morphs the column heights and cylinder top caps synchronously, highlighted by vibrant rainbow keyframe animations.

Technologies:
SVG HTML CSS JavaScript
Difficulty: Advanced
Browser Support (as of Jun 2026):
Chrome Chrome 73+ Edge Edge 79+ Firefox Firefox 67+ Safari Safari 13+
Features:
SVG Morphing Isometric 3D Path Interpolation
Code by: nana nana
License: MIT
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
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
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.

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
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
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.

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
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
White 3D capsule-shaped toggle switch with orange accent shadow sliding horizontally, demonstrating pure CSS skeuomorphic styling

3D Neumorphic Pill Toggle Switch

This is a 3D Neumorphic Pill Toggle Switch. It replaces the default browser checkbox with a tactile, extruded slider mechanism. Its function is to govern binary states (on/off) while providing physical, hardware-like visual feedback to ground the digital interaction in reality.

Technologies:
HTML CSS
Difficulty: Beginner
Browser Support (as of May 2026):
Chrome Chrome 87+ Edge Edge 87+ Firefox Firefox 66+ Safari Safari 14.1+
Features:
3D Push Effect Neumorphism Cubic-Bezier Easing Checkbox Hack
Code by: ashif_6672 ashif_6672
License: MIT
Neumorphic toggle switch in an active green state with a mechanical indicator dot, demonstrating pure CSS hardware UI styling

Neumorphic Mechanical Toggle Switch

This is a Neumorphic Mechanical Toggle Switch. It replaces the default browser checkbox with a tactile, extruded hardware-style button. Its function is to govern binary states (on/off) while providing strong physical visual feedback through inverted shadows, glowing indicators, and spring-loaded motion.

Technologies:
HTML CSS
Difficulty: Beginner
Browser Support (as of May 2026):
Chrome Chrome 80+ Edge Edge 80+ Firefox Firefox 70+ Safari Safari 14+
Features:
Neumorphism Checkbox Hack Elastic Easing Glow Effect
License: MIT
Fullscreen navigation menu revealing links through an expanding liquid polygon clip-path effect

Liquid Polygon Fullscreen Navigation Menu

This is a Liquid Polygon Fullscreen Navigation Menu. It utilizes an intricate CSS clip-path mask to create an organic, ink-bleed reveal effect over the viewport. Its function is to replace standard rigid slide-in menus with a spatial, fluid transition, immediately altering the user’s interface context.

Technologies:
HTML CSS JavaScript
Difficulty: Intermediate
Browser Support (as of Apr 2026):
Chrome Chrome 55+ Edge Edge 79+ Firefox Firefox 54+ Safari Safari 13.1+
Features:
Liquid Transition Fullscreen Overlay Icon Morphing
License: MIT
Grid of scrambled puzzle pieces with organic interlocking edges floating above a dark background

Interactive Drag-and-Drop Jigsaw Puzzle

This is an Interactive Drag-and-Drop Jigsaw Puzzle. It dissects a single raster image into an interlocking grid of movable pieces without relying on a single line of JavaScript. Its function is to gamify visual content, converting passive image consumption into a tactile, logic-driven interaction.

Technologies:
Pug SCSS
Difficulty: Advanced
Browser Support (as of Apr 2026):
Chrome Chrome 84+ Edge Edge 84+ Firefox Firefox 90+ Safari Safari 15.4+
Features:
Zero JS Geometric Masking State Retention
Code by: Temani Afif Temani Afif
License: MIT
Minimalist sidebar menu with a pill-shaped sliding light and dark mode toggle switch and custom scrollbar

Sliding Theme Toggle Sidebar Menu

This is a Sliding Theme Toggle Sidebar Menu. It integrates an interactive light/dark mode switch directly into a scrollable navigation panel. Its function is to provide centralized control over the application’s visual environment while maintaining immediate access to primary routing options.

Technologies:
HTML SCSS JavaScript
Difficulty: Beginner
Browser Support (as of Apr 2026):
Chrome Chrome 59+ Edge Edge 79+ Firefox Firefox 52+ Safari Safari 10.1+
Features:
Sliding Toggle Theme Switcher Custom Scrollbar
Code by: XzF XzF
License: MIT
Full-screen mobile navigation menu with colorful stacked card UI expanding downwards via CSS transforms

Stacked Card Pull-Down Navigation

This is a Stacked Card Pull-Down Navigation. It transforms a standard mobile menu into a tactile, deck-like interface that cascades down from the viewport’s top edge. Its primary function is to provide an engaging, full-screen routing experience, replacing the traditional hamburger icon with an interactive, overlapping layer system that optimizes touch targets.

Technologies:
HTML CSS JavaScript
Difficulty: Intermediate
Browser Support (as of Apr 2026):
Chrome Chrome 86+ Edge Edge 86+ Firefox Firefox 85+ Safari Safari 14+
Features:
Card Deck UI Staggered Animation Dark Mode
Code by: Jon Kantner Jon Kantner
License: MIT
Digital number counter resembling an odometer, displaying a monetary value with a configuration panel to adjust limits, padding, and easing.

Odometer Number Counter

This is an Odometer Number Counter. It visualizes numerical changes (such as MRR, follower counts, or revenue) using a mechanical rolling effect. Its function is to provide a highly configurable, tactile alternative to instant number swapping, bringing physical momentum to digital dashboards. (Requires: React, ReactDOM, dat.gui)

Technologies:
HTML CSS Babel
Difficulty: Intermediate
Browser Support (as of Mar 2026):
Chrome Chrome 90+ Edge Edge 90+ Firefox Firefox 88+ Safari Safari 15+
Features:
Odometer Effect CSS Custom Easing 3D Explode View dat.gui Integration
Code by: Jhey Jhey
License: MIT

See the Pen Odometer Number Counter.

Square minimalist hamburger menu button with three lines morphing into an X using staggered CSS animations and elastic easing.

Staggered Animated Hamburger Toggle Button

The Staggered Animated Hamburger Toggle Button is a highly refined navigation trigger. It utilizes aria-pressed states to drive complex, multi-stage CSS transitions. Its function is to provide an accessible, tactile entry point for menus, using staggered motion to visually explain the transformation from a “hamburger” to a “close” icon.

Technologies:
HTML CSS Babel
Difficulty: Intermediate
Browser Support (as of Mar 2026):
Chrome Chrome 99+ Edge Edge 99+ Firefox Firefox 97+ Safari Safari 15.4+
Features:
Staggered Motion ARIA Support Custom Easing Elastic Transition
Code by: Jhey Jhey
License: MIT