Flow Scroll
A smooth scroll-driven animation where elements flow and transform as you scroll through the page. Creates a cinematic experience.
Install using CLI
npx shadcn@latest add "https://obsidianui.dev/r/flow-scroll.json"Install Manually
1
Install dependencies
2
Copy the source code
Copy into components/ui/flow-scroll.tsx
Note: Install via CLI for the full scroll-triggered animation implementation.
Props
| Prop Name | Type | Default | Description |
|---|---|---|---|
| children | React.ReactNode | - | FlowItem children |
| className | string | - | Additional CSS classes |
