TextSVG Path Text
SVG Path Text
Create animated text that follows a customizable SVG path. Perfect for creating dynamic and engaging text animations with ease.
Overview
The SVGPathText
component allows you to animate text along a customizable SVG path. It creates a smooth, dynamic animation where the text follows a curved path, making it ideal for adding interactive or eye-catching typography to your web projects.
You can adjust the path, duration, and text styling to suit your needs.
Preview
Usage
Code
Props
Prop | Type | Default |
---|---|---|
text | string | - |
pathD | string | "M10 80 Q150 20 300 80" |
duration | number | 2 |
fontFamily | string | "Arial" |
fontWeight | string | "normal" |
fontStyle | string | "normal" |
textDecoration | string | "none" |