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 function
  • yield pauses until next frame
  • yield* delegates to another generator (composition)
Related skills
Installs
47
GitHub Stars
48
First Seen
Mar 20, 2026