Skip to content
UIGrammer
EN 中文

Animation · Attention · 16

Marquee Ticker

Marquee Ticker = a strip of text or logos that scrolls horizontally on a continuous loop to surface ambient, low-priority information.

Skip to the modify prompt

New · Sale · Live now ·

Respects prefers-reduced-motion: the animation is disabled and the final state is shown.

What is a Marquee Ticker?

A marquee moves a strip of text or logos across the screen on a never-ending loop. It is ambient, not urgent — status lines, announcements, partner logos. The trick is seamlessness: duplicate the content so the loop has no visible jump, and pause it on hover so people can actually read it.

Animation Specimen

Trigger
mount
Tech
css
Duration
6s
Easing
linear
Performance
transform

When to use

  • Status lines, announcements, breaking updates
  • Partner / logo strips on landing pages

Avoid when

  • Any content that must be read in full (use a list)
  • Above the fold as the primary message

Always duplicate the content — a single copy always shows a jump at the loop seam.

See also

Build a marquee: duplicate the text and translateX from 0 to -100% on a linear loop, transform only.