logo

Flip Link

An interactive text animation component that flips each letter on hover with a smooth blur transition. Perfect for navigation menus and hero links.

Features

  • Staggered Animation: Each letter animate sequentially for a professional feel.
  • Blur Transition: Smoothly fades letters with a Gaussian blur during the flip.
  • Fully Customizable: Control timing, stagger, font-size and hover colors.
  • Accessible: Renders as a standard anchor tag.

Usage

Loading...

Props

PropTypeDefaultDescription
childrenstringundefinedThe text to be displayed and animated.
hrefstring"#"The URL the link points to.
fontSizestring"text-5xl sm:text-7xl md:text-8xl lg:text-9xl"Custom Tailwind font-size classes.
hoverColorstring"hover:text-emerald-400"Tailwind hover text color class.
durationnumber0.25Duration of each letter's flip animation.
staggernumber0.025Delay between each letter's animation.
classNamestring""Additional CSS classes for the link.

Tip: Use Alt + / to navigate