โœฆ StealThis .dev

FAB Navigation

Floating action button with expandable speed-dial actions. Tap the FAB to reveal stacked action buttons with staggered animation.

Open in Lab
css vanilla-js
Targets: JS HTML

Code

FAB Navigation

A floating action button (FAB) at the bottom-right corner that expands into a speed-dial of smaller action buttons with staggered reveal animation.

Features

  • Primary FAB with + icon that rotates to ร— on open
  • 3 mini action buttons that fan out vertically
  • Staggered animation with CSS transitions
  • Backdrop overlay when open
  • Keyboard accessible

How it works

  1. FAB button toggles .fab-open class on the container
  2. Mini buttons translate from hidden position with staggered transition-delay
  3. FAB icon rotates 45ยฐ to form ร— shape
  4. Click outside or Escape closes the speed dial