fix typo in transition docs

pull/7739/head
Script Raccoon 4 years ago
parent 1198bae835
commit a03b7ab5c3

@ -1006,7 +1006,7 @@ Like actions, transitions can have parameters.
```sv
{#if visible}
<div transition:fade="{{ duration: 2000 }}">
flies in, fades out over two seconds
fades in and out over two seconds
</div>
{/if}
```

Loading…
Cancel
Save