Infinite scrolling logo marquee with progressive blur edges and motion-powered animation.
Installation
Usage
For provider icons, you can use svgl — a beautiful library of SVG logos for popular brands and services.
How It Works
InfiniteSliderusesmotion/react'sanimateto drive a continuous translation on the logo strip.- The strip is duplicated so the loop is seamless — the animation resets from the midpoint.
ProgressiveBluroverlays layeredbackdrop-filter: blurdivisions masked by a linear gradient, creating soft edge feathering without cropping.- Hover pauses the animation via
animationRef.current?.pause().
API Reference
LogoCloud
| Prop | Type | Default |
|---|---|---|
logos | LogoItem[] | - |
label? | string | - |
speed? | number | 40 |
gap? | number | 112 |
reverse? | boolean | false |