# Mengto Marquee Loop

> Use when applying seamless infinite marquee loops with duplicated items for logo strips, tickers, or continuous horizontal content.

- Skill: `oimiragieo/mengto-marquee-loop` (Agent Skill, multi-file: 13 files)
- Install (CLI): `npx skillmds add oimiragieo/mengto-marquee-loop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/oimiragieo/mengto-marquee-loop/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Design & Media
- Author: oimiragieo (https://skillmd.com/u/oimiragieo)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/oimiragieo/mengto-marquee-loop

---


# Marquee Skill

## Use When
- A design needs a seamless infinite loop for logos, testimonials, screenshots, tags, or short feature chips.

## Workflow
1. Duplicate the item sequence so the end and beginning match perfectly.
2. Animate the track with a linear transform from 0 to -50%.
3. Keep item widths stable to prevent jumps during the loop.
4. Mask or fade the edges when the marquee enters or exits a section.
5. Pause or slow the marquee on hover only when interaction is useful.
6. Respect prefers-reduced-motion with a static wrap or very slow movement.

## Guardrails
- Do not animate unique content that users must read carefully.
- Do not use large CPU-heavy shadows or filters on every moving item.

