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 ```sv
{#if visible} {#if visible}
<div transition:fade="{{ duration: 2000 }}"> <div transition:fade="{{ duration: 2000 }}">
flies in, fades out over two seconds fades in and out over two seconds
</div> </div>
{/if} {/if}
``` ```

Loading…
Cancel
Save