mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
Site: Briefly mention intro:true in the transition directive section.
This commit is contained in:
parent
85b1850b77
commit
2bfe477dea
@ -755,6 +755,8 @@ The `in:` and `out:` directives are not bidirectional. An in transition will con
|
||||
{/if}
|
||||
```
|
||||
|
||||
> By default intro transitions will not play on first render. You can modify this behaviour by setting `intro: true` when you [create a component](docs#Client-side_component_API).
|
||||
|
||||
#### Transition parameters
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user