jQuery InterActiveTooltipPopover Demo

13 Interactive Tooltip Cards (Styles & Animations)

Classic Light
<button
data-tooltip="Classic Light - Top"
data-tooltip-style="classic-light"
data-tooltip-direction="top"
data-tooltip-mouse-follow (optional)
>Top</button>
Dark Mode
<button
data-tooltip="Dark Mode - Top"
data-tooltip-style="dark-mode"
data-tooltip-direction="top"
data-tooltip-mouse-follow (optional)
>Top</button>
Gradient Glow
<button
data-tooltip="Gradient Glow - Top"
data-tooltip-style="gradient-glow"
data-tooltip-direction="top"
data-tooltip-mouse-follow (optional)
>Top</button>
Minimal Line
<button
data-tooltip="Minimal Line - Top"
data-tooltip-style="minimal-line"
data-tooltip-direction="top"
data-tooltip-mouse-follow (optional)
>Top</button>
Rounded Bubble
<button
data-tooltip="Rounded Bubble - Top"
data-tooltip-style="rounded-bubble"
data-tooltip-direction="top"
data-tooltip-mouse-follow (optional)
>Top</button>
Card Style
<button
data-tooltip="Card Style - Top"
data-tooltip-style="card-style"
data-tooltip-direction="top"
data-tooltip-mouse-follow (optional)
>Top</button>
Glassmorphism
<button
data-tooltip="Glassmorphism - Top"
data-tooltip-style="glassmorphism"
data-tooltip-direction="top"
data-tooltip-mouse-follow (optional)
>Top</button>
3D Shadow
<button
data-tooltip="3D Shadow - Top"
data-tooltip-style="shadow-3d"
data-tooltip-direction="top"
data-tooltip-mouse-follow (optional)
>Top</button>
Animated Border
<button
data-tooltip="Animated Border - Top"
data-tooltip-style="animated-border"
data-tooltip-direction="top"
data-tooltip-mouse-follow (optional)
>Top</button>

Animated & Effect Tooltip Styles

Fade-In / Fade-Out
<button
data-tooltip="Fade-In - Top"
data-tooltip-style="fade-in"
data-tooltip-direction="top"
data-tooltip-mouse-follow (optional)
>Top</button>
Slide-Up / Slide-Down
<button
data-tooltip="Slide-Up - Top"
data-tooltip-style="slide-up"
data-tooltip-direction="top"
>Top</button>
Bounce Effect
<button
data-tooltip="Bounce - Top"
data-tooltip-style="bounce"
data-tooltip-direction="top"
>Top</button>
Zoom-In
<button
data-tooltip="Zoom-In - Top"
data-tooltip-style="zoom-in"
data-tooltip-direction="top"
>Top</button>