Components
Interactive SVG text animation using GSAP - reveals a colorful gradient that follows cursor or touch movement.
Loading preview...
import { TextHoverEffect } from "@/components/ui/text-hover-effect";
export default function DemoOne() {
return (
<section className="w-full h-full">
<TextHoverEffect text="Shadway" />
</section>
);
}