Animated Tooltip
◈ InputsMouse-tracking tooltip with GSAP spring animations and auto-flip positioning.
tooltiphovergsapanimationoverlaymouse-tracking
No preview available
GSAP Spring ~ Mouse-tracking tooltip with tilt
Controls
200
Mouse-tracking tooltip with GSAP spring animations and auto-flip positioning.
No preview available
GSAP Spring ~ Mouse-tracking tooltip with tilt
Inputs / React Component
Mouse-tracking tooltip with GSAP spring animations and auto-flip positioning.
Copy the shadcn CLI command below. Replace YOUR_LICENSE_KEY with the license key from your FutureUI account — or log in and it will auto-fill for you.
npx shadcn@latest add "https://futureui.studio/api/registry/animated-tooltip.json?key=YOUR_LICENSE_KEY" import { AnimatedTooltip } from "@/components/lib/tooltip/AnimatedTooltip";
<AnimatedTooltip content="Save your changes" side="top">
<button>Hover me</button>
</AnimatedTooltip>