Text Effects
Curved Text Marquee
곡선 경로를 따라 텍스트가 반복되고 드래그로 흐름을 제어할 수 있는 SVG 마키입니다.
Preview
text motion
Curved Text Marquee
curved marquee text
Installation
bash
Copied
bash
Copied
bash
Copied
bash
Copied
Code
typescript
Copied
Props
marqueeText
- Type
- string
- Default
- ""
- Description
- Text repeated along the curve.
speed
- Type
- number
- Default
- 2
- Description
- Loop speed.
curveAmount
- Type
- number
- Default
- 400
- Description
- Vertical curve intensity.
direction
- Type
- "left" | "right"
- Default
- "left"
- Description
- Marquee direction.
interactive
- Type
- boolean
- Default
- true
- Description
- Whether drag controls speed and direction.
colors
- Type
- readonly string[]
- Default
- -
- Description
- Optional SVG gradient colors for the text.
className
- Type
- string
- Default
- -
- Description
- Additional classes merged onto the component.