animation-performance-retro

Installation
SKILL.md

Animation Performance for Retro UI

Optimize animations for smooth pixel art rendering and game-like interfaces.

Hardware Acceleration

Use CSS transforms for GPU-accelerated animations:

<div className="transition-transform hover:scale-110" />
<div className="translate-x-0 translate-y-0" />

Avoid animating:

  • width, height (triggers layout)
  • margin, padding (triggers layout)
  • top, left (triggers layout)
Related skills
Installs
32
GitHub Stars
1.9K
First Seen
Jan 23, 2026