StealThis .dev

FAB Navigation

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

Otwórz w Lab
css vanilla-js
Targety: JS HTML

Kod

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