We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591b633 commit 9998875Copy full SHA for 9998875
docs/builtin/components.md
@@ -253,7 +253,7 @@ Apply scaling or transforming to elements.
253
### Usage
254
255
```md
256
-<Transform :scale="0.5">
+<Transform :scale="0.5" origin="top center">
257
<YourElements />
258
</Transform>
259
```
docs/features/transform-component.md
@@ -13,7 +13,7 @@ description: |
13
The `Transform` component allows you to scale the size of the elements on your slides:
14
15
16
17
18
19
0 commit comments