mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
**canvas.mdx pointed at a Design section that does not exist.** The table sent readers to "3D". PropertyPanelFlat.tsx renders Text, Style, Layout, Motion, Grade, Effects, Overlays, Media — no 3D. 3D Transform is a labelled block inside Layout (propertyPanelFlatLayoutSection.tsx:302). The table also had no row for Motion or Effects, while the approved media-effects guide tells readers to "open Effects in the Inspector" — so the canonical map of the Inspector said that section did not exist. Four rows fixed or added. **The two-card reuse example could not do what its prose promised.** Both concepts/compositions.mdx and concepts/variables.mdx omitted data-duration on the nested-composition hosts, then said `data-start="card-pro"` means "start when that one ends". With no duration, resolveDurationForElement returns null and startResolver.ts:180-184 falls back to targetStart + offset = 0 — both cards stacked at t=0 on one track, which html-schema.mdx:104 says must never happen and :99 lists data-duration as required for nested-composition clips. Both copies now carry it.