From 87b1bc5a67941a224b7841c8c39942dbc13fc377 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Thu, 14 Mar 2019 13:34:07 -0400 Subject: [PATCH] Update site/content/docs/02-template-syntax.md Co-Authored-By: Rich-Harris --- site/content/docs/02-template-syntax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 896278a524..a83e61ea96 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -633,7 +633,7 @@ The `transition:` directive indicates a *bidirectional* transition, which means ```html {#if visible}
- fades in + fades in and out
{/if} ``` @@ -663,4 +663,4 @@ The `in:` and `out:` directives are not bidirectional. An in transition will con * animations * slots -* special elements \ No newline at end of file +* special elements