Infinite Tunnel Scroll
A production-scale, light + dark Infinite Tunnel Scroll component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add infinite-tunnel-scrollLive preview available in the gallery.
Usage
import { InfiniteTunnelScroll } from "@lerpa/ui";
<InfiniteTunnelScroll />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| ringCount | number | — | |
| shape | 'square' | 'circle' | — | |
| color | string | — | |
| accent | string | — | |
| perspective | number | — | |
| scrollDriven | boolean | — | |
| duration | number | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.