fixing-motion-performance

Installation
SKILL.md

Fixing Motion & Performance

Before You Start

  1. Read the target file(s) to understand current implementation.
  2. Read frontend/src/styles/global.css for existing animation patterns.
  3. Read frontend/src/styles/responsive.css for the prefers-reduced-motion rule.

CSS Animation Rules

GPU-Composited Properties Only

Only animate properties that trigger compositing, not layout or paint:

Safe (Composite) Avoid (Layout/Paint)
transform width, height
opacity top, left, right, bottom
Related skills
Installs
1
First Seen
Mar 4, 2026