Skip to content

Commit

Permalink
Sync svelte docs (#733)
Browse files Browse the repository at this point in the history
sync svelte docs

Co-authored-by: Rich-Harris <[email protected]>
  • Loading branch information
github-actions[bot] and Rich-Harris authored Oct 30, 2024
1 parent a059e13 commit 859e591
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ The `in:` and `out:` directives are identical to [`transition:`](transition), ex
</label>
{#if visible}
<div in:fly out:fade>flies in, fades out</div>
<div in:fly={{ y: 200 }} out:fade>flies in, fades out</div>
{/if}
```

0 comments on commit 859e591

Please sign in to comment.