What problem does it solve?
This Skill solves the gap between animated Figma designs and working application code, helping you reproduce motion accurately without manually translating timing, easing, or transforms.
Core Features & Use Cases
- Motion-to-code translation: Converts Figma animation data into production-ready motion for React, CSS, or framework-specific stacks.
- Design and motion merging: Joins static design structure from design context with authoritative motion data from motion context using matching node IDs.
- Edge-case handling: Supports interleaved transforms, SVG path motion, per-element transform origins, reduced-motion behavior, and fallback guidance for unsupported cases.
- Use Case: Implement a Figma button animation in a React app by applying the returned motion snippet to the matching component node and preserving the original layout structure.
Quick Start
Provide a Figma design URL and ask to implement the animated node in your codebase using the motion context and matching design context structure.