Back to Snippets

Infinite Logo Marquee CSS

A row of client or partner logos sliding continuously in one direction.

The seamless loop depends on duplicating the logo list in the markup and translating the track by exactly half its width. When the animation restarts, the second copy is sitting where the first one started, so nothing appears to move. The duplicate is required, not decorative.

Hovering pauses it with animation-play-state. The faded edges are two pseudo-elements holding gradients that match the page background, so change those if your background is not white.

529
#css
#animation
#marquee
#infinite scroll
#logo slider
#slider
#ui