Velocity Scroll
Velocity Scroll
Installation
npx shadcn@latest add "https://magicui.design/r/scroll-based-velocity"Props
| Prop | Type | Description | Default |
|---|---|---|---|
| className | string | The class name to be applied to the component | |
| children | ReactNode | Content to be animated | |
| defaultVelocity | number | Base scroll velocity of text | 5 |
| numRows | number | Number of rows to be animated | 2 |