What problem does it solve? Building a continuous scrolling marquee for logos, testimonials, or tags often results in visible jumps, broken loops, or accessibility issues. This Skill provides a repeatable workflow for creating smooth infinite loops that behave correctly across sections and user preferences. ## Core Features & Use Cases - Seamless Loop Construction: Duplicate the item sequence and animate the track from 0 to -50% so the end and beginning match perfectly. - Stability and Polish: Keep item widths stable to prevent jumps, and mask or fade edges when the marquee enters or exits a section. - Accessibility and Interaction: Respect prefers-reduced-motion with a static wrap or slow movement, and pause on hover only when useful. - Use Case: A landing page needs a continuously scrolling row of customer logos. Apply this Skill to duplicate the logo set, animate the track linearly, fade the edges, and provide a static fallback for reduced-motion users. ## Quick Start Add an infinite scrolling marquee of partner logos to my landing page section with edge fading and reduced-motion support.