Documentation

RenderingVideo Docs

Clip and Element Index

Index of clip types, shared rules, and links to per-element reference pages

Clip and Element Index

  1. BaseClip, Transform, and Style
  2. Video
  3. Image
  4. Text
  5. Rect
  6. Circle
  7. Polygon
  8. Code
  9. SVG
  10. Icon
  11. Line / Path
  12. Three
  13. Audio
  14. Subtitle
  15. Layout
  16. Template

Reference Structure

  • Shared fields are documented in BaseClip, Transform, and Style
  • Each clip type has its own dedicated reference page
  • Examples and usage patterns are documented separately from field definitions

Shared timeline rules

All top-level tracks[].clips follow these rules:

  • Clips are ordered by zIndex first

  • Then ordered by start

  • Total project duration is the maximum actual end time among top-level clips

  • For video and audio, source.end affects the effective playable range

  • layout.children does not enter an independent nested timeline scheduler