Text Marquee
A text marquee animation with options for unidirectional and bidirectional scrolling, which changes direction based on the scroll position
A text marquee animation with options for unidirectional and bidirectional scrolling, which changes direction based on the scroll position
npx uilayouts@latest add text-marquee
Prop | Type | Default | Description |
---|---|---|---|
children | string | The content to be animated with a parallax effect. | |
baseVelocity | number | -5 | The base velocity for the parallax effect. |
clasname | string | Optional CSS class for styling the component. | |
scrollDependent | boolean | false | Whether the animation should depend on scroll. |
delay | number | 0 | Delay before the animation starts (in milliseconds). |