What problem does it solve?
This skill solves the problem of adding attractive motion to web interfaces without creating performance jank or breaking accessibility for users who prefer reduced motion.
Core Features & Use Cases
- GPU-friendly animation rules: Limits animation to
transform and opacity to avoid layout/paint thrashing and maintain smooth 60fps behavior.
- Production-ready motion patterns: Covers CSS entrance effects, staggered animations, scroll-triggered reveals with Intersection Observer, loading skeletons, and route/page transitions.
- Framework support & interactivity: Provides Framer Motion (React) patterns for viewport-based entrances and staggered variants, plus micro-interaction guidance for buttons and feedback states.
- Accessibility by default: Enforces
@media (prefers-reduced-motion: reduce) fallbacks aligned with WCAG 2.3.3.
Quick Start
Generate a set of web UI animations for a landing page (hero entrance, staggered feature cards, and a page transition) that use transform/opacity only and include reduced-motion fallbacks.