Problem: Infinite scroll strip.
Solution#
<div class="overflow-hidden">
<div class="flex w-max animate-marquee gap-12">logos × 2</div>
</div>Why this works#
Duplicate content + translate keyframe (custom) = marquee.
Variants#
- Responsive: add screen prefixes to the core classes
- Dark: pair each color utility with its dark: twin
- Animated: add
transition+ a state variant for motion
Related recipes#
cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns
