docs: tighten voice-driven content skills

This commit is contained in:
Affaan Mustafa
2026-04-01 01:31:40 -07:00
parent 43ac81f1ac
commit 5194d2000a
19 changed files with 545 additions and 501 deletions

View File

@@ -20,7 +20,7 @@ const {fps} = useVideoConfig();
</Sequence>
```
This will by default wrap the component in an absolute fill element.
This will by default wrap the component in an absolute fill element.
If the items should not be wrapped, use the `layout` prop:
```tsx
@@ -31,7 +31,7 @@ If the items should not be wrapped, use the `layout` prop:
## Premounting
This loads the component in the timeline before it is actually played.
This loads the component in the timeline before it is actually played.
Always premount any `<Sequence>`!
```tsx