[fix] typo in transition docs (#7739)

pull/7765/head
Script Raccoon 2 years ago committed by GitHub
parent 7a9b8d03ee
commit 474ed42b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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