โœฆ StealThis .dev

Drawer Navigation

Mobile side-drawer navigation with slide-in panel, backdrop overlay, close button, and stacked nav links.

Open in Lab
css vanilla-js
Targets: JS HTML

Code

Drawer Navigation

A mobile side-drawer that slides in from the left with a semi-transparent backdrop. Includes close button, nav links, and smooth CSS transitions.

Features

  • Slide-in drawer panel from left
  • Semi-transparent backdrop overlay
  • Close button (ร—) at top of drawer
  • Stacked navigation links with hover states
  • Hamburger button to open
  • Keyboard accessible (Escape to close)

How it works

  1. Hamburger button toggles .drawer-open class on the container
  2. Drawer panel translates from translateX(-100%) to translateX(0)
  3. Backdrop fades in with opacity transition
  4. Escape key and backdrop click close the drawer