diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index d573823402..917673a7b0 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -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 ---