motion-canvas
Installation
SKILL.md
Motion Canvas
Base Scene Template
import {makeScene2D} from '@motion-canvas/2d';
export default makeScene2D(function* (view) {
});
Generator Functions & Animation Flow
function*defines a generator functionyieldpauses until next frameyield*delegates to another generator (composition)
Related skills
More from videozero/skills
animation-basics
Animation theory covering the 12 principles of animation and timing guidance. Use when designing motion, choosing easing approaches, or improving animation quality.
47motion-canvas-agent
Agent tooling for Motion Canvas — seek, screenshot, scene graph inspection, settings control, and rendering via HTTP API. Requires a browser with the editor open.
42