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 e-commerce layout featuring an orange animated sidebar sliding out over a motorcycle image, demonstrating GSAP navigation effects

Smooth GSAP Slide-Out Sidebar Navigation

This is a full-viewport e-commerce layout featuring a GSAP-powered off-canvas sidebar navigation. It resolves the conflict between showcasing high-density visual content and maintaining a complex navigation structure. The layout hides primary links off-screen, revealing them through a staggered, hardware-accelerated slide sequence only when requested. (Requires: gsap.js, cssruleplugin.js)

Technologies:
HTML SCSS JavaScript
Difficulty: Intermediate
Browser Support (as of May 2026):
Chrome Chrome 80+ Edge Edge 80+ Firefox Firefox 75+ Safari Safari 13+
Features:
GSAP Timelines CSS Grid Layout Keyboard Accessible
License: MIT
Mobile bottom navigation bar with a sliding jello indicator and dynamically appearing sub-menu filters based on active selection

Jello Animated Sliding Tab Navigation

This is a Jello Animated Sliding Tab Navigation. It provides top-level categorization and context-aware sub-menus in a single mobile-friendly component. The function is to visually anchor the user’s location within an app while dynamically adapting the global color theme to match the active context.

Technologies:
HTML CSS JavaScript
Difficulty: Intermediate
Browser Support (as of Feb 2026):
Chrome Chrome 60+ Edge Edge 79+ Firefox Firefox 55+ Safari Safari 11+
Features:
Dynamic Theming Sliding Indicator Contextual Menu Jello Bounce
License: MIT
Responsive Pinned Sidebar Layout with Popover

Responsive Pinned Sidebar Layout with Popover

A modern sidebar utilizing the View Transitions API for theme switching and the CSS popover attribute for efficient responsive handling, all controlled by a Tweakpane interface to live-adjust CSS variables for duration, blur, and translate effects.