What problem does it solve?
Creating a smooth, gap-free infinite scrolling marquee for logos, testimonials, or tags is tricky—naive implementations jump, stutter, or break the loop. This Skill provides a proven workflow for building seamless marquees that loop perfectly.
Core Features & Use Cases
- Seamless Loop Technique: Duplicate the item sequence and animate the track with a linear transform from 0 to -50% so the end and beginning match perfectly.
- Stability & Accessibility Guardrails: Keep item widths stable to prevent jumps, mask or fade edges at section boundaries, and respect prefers-reduced-motion with a static or slowed fallback.
- Use Case: A landing page needs a continuously scrolling strip of client logos or feature chips in the header. Apply this Skill to build a responsive marquee that loops infinitely without visible seams and pauses on hover when useful.
Quick Start
Use the marquee-loop skill to add a seamless infinite scrolling logo strip to my landing page header.