Skip to main content
A layer is a timed composition object. Every layer has identity, ordering, an active frame interval, and type-specific state. Visual layers also participate in canvas geometry and compositing; audible layers participate in the audio mix.

Type map

Shared visual pipeline

Not every type participates in every stage. An audio-only layer has no visual transform; a solid has no remote decoder; a frame can calculate descendant rectangles; captions map transcript timing into text pages.

Inspector composition

The inspector begins with the type-specific sections documented in this chapter. Additional Effects, Shadows, or Keyframe sections can appear when supported and relevant. With multiple layers selected, a shared inspector replaces the individual type panel.
A layer’s displayed value can be its evaluated value at the current frame, not merely its stored base value. Check for active keyframe toggles and lanes before assuming an inspector number is static.
Use the property matrix for exact cross-type comparison.