Components
A smooth SVG text animation component that creates a mesmerizing path drawing effect
Loading preview...
import PathAnimation from "@/components/ui/svg-path-drawing-text-animation";
const DemoOne = () => {
return <PathAnimation />;
};
export { DemoOne };