Menu
Wave Path Text
Customize
Text
Duration (s)20
Path Scale3
Font Size
0
Props
| Property | Type | Default | Description |
|---|---|---|---|
text | string | "Your text goes here" | Text repeated seamlessly along the curved path. |
path | string | "M-400,90 C-350,50 ... 1250,90" | SVG path data (the `d` attribute) the text flows along. |
viewBox | string | "0 0 700 160" | SVG viewBox for the root svg element. |
pathScale | number | 1 | Scale factor applied to the path/text group. |
duration | number | 21 | Seconds for one full scroll cycle along the path. |
reversed | boolean | false | Reverses the scroll direction of the text. |
fontSize | string | "17px" | Font size of the looping text. |
letterSpacing | string | "normal" | Letter spacing applied to the text. |
textClassName | string | "" | Extra textClassName applied to the root text element. |
className | string | "" | Extra classes applied to the root svg element. |
textstringText repeated seamlessly along the curved path.
Default
"Your text goes here"pathstringSVG path data (the `d` attribute) the text flows along.
Default
"M-400,90 C-350,50 ... 1250,90"viewBoxstringSVG viewBox for the root svg element.
Default
"0 0 700 160"pathScalenumberScale factor applied to the path/text group.
Default
1durationnumberSeconds for one full scroll cycle along the path.
Default
21reversedbooleanReverses the scroll direction of the text.
Default
falsefontSizestringFont size of the looping text.
Default
"17px"letterSpacingstringLetter spacing applied to the text.
Default
"normal"textClassNamestringExtra textClassName applied to the root text element.
Default
""classNamestringExtra classes applied to the root svg element.
Default
""Dependencies
Crafted withbyMohammad Tasin
