--- name: transform-component description: Scale elements without affecting slide layout using the Transform component --- # Transform Component Scale elements without affecting slide layout. ## Usage ```md ``` ## Props - `scale`: Scale factor (0.5 = 50%, 2 = 200%) - `origin`: Transform origin (CSS transform-origin value) ## Use Cases - Shrink large diagrams - Scale code blocks - Fit oversized content - Create emphasis effects ## Related Features - Scale all slides: Use `canvasWidth` / `aspectRatio` in headmatter - Scale individual slides: Use `zoom` frontmatter option