Interactive SVG text animation using GSAP - reveals a colorful gradient that follows cursor or touch movement.
import { TextHoverEffect } from "@/components/ui/text-hover-effect"; export default function DemoOne() { return ( <section className="w-full h-full"> <TextHoverEffect text="Shadway" /> </section> ); }
Part of shadway — browse the full library on 21st.dev.