Merge branch 'api-reference' of github.com:sveltejs/svelte into api-reference

pull/2206/head
Rich Harris 7 years ago
commit 96026cdda7

@ -635,7 +635,7 @@ The `transition:` directive indicates a *bidirectional* transition, which means
```html ```html
{#if visible} {#if visible}
<div transition:fade> <div transition:fade>
fades in fades in and out
</div> </div>
{/if} {/if}
``` ```
@ -665,4 +665,4 @@ The `in:` and `out:` directives are not bidirectional. An in transition will con
* animations * animations
* slots * slots
* special elements * special elements

Loading…
Cancel
Save