Poster Ticker
An infinite-scrolling poster/image marquee with edge-fade blur. Ideal for showcasing movie posters, client work, or portfolio pieces.
Features
- Infinite scroll — CSS-only seamless loop animation
- Edge blur + fade — Progressive blur and fade at both edges
- Hover scale — Posters scale up on hover
- Optional links — Each poster can link to an external page
- Client-side shuffle — Randomizes order on mount to avoid hydration mismatch
- Self-contained — Keyframes included — no global CSS needed
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| posters | PosterItem[] | - | Array of poster objects with src, alt, and optional href |
| speed | number | 60 | Animation speed in seconds |
| shuffle | boolean | true | Shuffle posters on mount |
| className | string | - | Additional className |





