Animate Tooltip

Radix Tooltip with motion entrance, shared slide transitions, and optional cursor follow.

Customize

Side
Side Offset6px
Delay (ms)150ms
Follow cursor
Arrow
Slide between triggers

Usage

import { AnimateTooltip } from "@/components/lazy-ui/animate-tooltip";

<AnimateTooltip
  side="top"
  sideOffset={6}
  delayDuration={150}
  followCursor="off"
  arrow={false}
  slideBetween={true}
/>