forever components

Cards

3D Tilt Parallax

Dark card tilts in 3D toward the cursor; badge, orb, and text layers float at distinct Z-depths. A radial shine tracks the pointer; auto-rotates when idle.

cssmedium complexitymoderate motionpointer

Open on the canvas to copy the code → Free account · 3 copies a day · membership goes unlimited

Live demo — the real component, running in a sandbox. One self-contained HTML file, zero dependencies. Open it on the canvas →
Worth keeping? Votes steer what gets built next — sign in to cast one, free to read

When to use it

Product cards, profile cards, hero feature panels — anywhere a premium tactile feel rewards hover interaction.

When not to

Touch-only mobile UIs where pointermove is absent; content-dense layouts where 3D tilt distracts from surrounding text.

Working with an AI agent

Every component ships agent-ready metadata. An example instruction for this one:

Change the accent color to gold (#f59e0b), increase the max tilt angle from 14 to 20 degrees, and set the orb color to match the accent. Theme: dark tokens live in :root, the light variant in :root[data-theme="light"]; ?theme=light or a {type:'forever:theme'} postMessage switches at runtime.

Safe to edit

  • max tilt angle (max=14)
  • auto-rotate speed (t+=0.012)
  • accent colors (--accent-iris, --accent-cyan, --accent-magenta)
  • layer Z-depth translateZ values
  • shine opacity and spread (rgba 0.28, 45%)
  • theme tokens (:root dark defaults + [data-theme=light] overrides)

Keep intact

  • IIFE wrapper
  • prefers-reduced-motion guard
  • visibilitychange stop/start
  • c01-tilt--live class for fast transition on hover
  • theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)

Known limitations

  • Shine effect uses CSS custom properties — requires modern browser; no fallback for IE/older Safari
  • Card size is vmin-based so may appear small on landscape mobile viewports

cardtiltparallax3dpointershinedepth

More Cards components

  • Frosted GlassA frosted glass card floats over three slowly drifting color blobs (gold, cream, tan); the panel lifts slightly on hover.
  • Spotlight HoverDark card with a peach radial glow and a CSS-masked grid that both track the cursor; auto-orbits when the pointer is away.
  • Gradient-Border GlowDark card framed by a spinning conic powder-blue, tan and slate gradient border with a soft blurred aura glow behind it; auto-rotates continuously.
  • Reveal on HoverDark gradient card that dims and zooms its background art on hover while a hidden title-and-copy panel slides up from the bottom.
  • Holographic IridescentA 3D-tilting card with a warm iridescent sheen and conic foil chip that shift with pointer position; drifts idly when not hovered.
  • Stacked Peeking CardsThree layered gradient cards auto-cycle and fan out with a springy rotation on hover; cards spread left and right then restack when cursor leaves.