What problem does it solve? Authoring motion for HyperFrames video compositions requires coordinating timelines, eases, staggers, and runtime APIs while staying seek-safe and deterministic; this Skill centralizes all animation knowledge so agents can pick proven motion recipes instead of inventing choreography from scratch. ## Core Features & Use Cases - Atomic motion rules: 30+ composable GSAP recipes (kinetic type, camera flights, cursor choreography, particle bursts) that run on a single paused, seek-safe timeline. - Scene blueprints and transitions: 22 time-coded multi-phase shot templates (brand reveals, prompt-submit-generate demos, data-viz count-ups) plus a scene-transition catalog. - Seven runtime adapters: API references for GSAP, Lottie, Three.js, Anime.js, CSS keyframes, Web Animations API, and TypeGPU/WebGPU. - Choreography auditing: the animation-map.mjs script samples registered timelines and flags dead zones, stagger inconsistencies, and lifecycle warnings. - Use Case: When building a product-launch video frame, pick the prompt-type-submit-generate blueprint, compose 2-4 rules like spring-pop-entrance and discrete-text-sequence, then audit the result with the animation map script. ## Quick Start Use the hyperframes-animation skill to animate this composition scene with a staggered card entrance and a camera push-in on a single paused GSAP timeline.