0
0
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:
pngwn 2019-05-03 00:49:46 +01:00
parent 85b1850b77
commit 2bfe477dea

View File

@ -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
---