Canvas And Camera
Thecanvas block defines the project output surface.
.motion.
The optional camera block controls global framing.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure canvas size, frame rate, duration, background, and camera framing in .motion files.
canvas block defines the project output surface.
canvas {
size 1920x1080
fps 60
duration 5s
background #020308
}
.motion.
The optional camera block controls global framing.
camera {
zoom 1
x 0
y 0
}
