Update text.md

Fixed wording issue
pull/7540/head
Ananth Iyer 4 years ago committed by GitHub
parent 0ed6ebef9d
commit b9dc1e6d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,9 +8,9 @@ It can be useful to know when transitions are beginning and ending. Svelte dispa
<p
transition:fly="{{ y: 200, duration: 2000 }}"
on:introstart="{() => status = 'intro started'}"
on:outrostart="{() => status = 'outro started'}"
on:outerstart="{() => status = 'outro started'}"
on:introend="{() => status = 'intro ended'}"
on:outroend="{() => status = 'outro ended'}"
on:outerend="{() => status = 'outro ended'}"
>
Flies in and out
</p>

Loading…
Cancel
Save