Update site/content/docs/02-template-syntax.md

Co-Authored-By: Rich-Harris <richard.a.harris@gmail.com>
pull/2206/head
Conduitry 7 years ago committed by GitHub
parent 15445d7fec
commit 87b1bc5a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -633,7 +633,7 @@ The `transition:` directive indicates a *bidirectional* transition, which means
```html
{#if visible}
<div transition:fade>
fades in
fades in and out
</div>
{/if}
```

Loading…
Cancel
Save