Update site/content/docs/03-run-time.md

Co-authored-by: Tan Li Hau <tanhauhau@users.noreply.github.com>
pull/5466/head
Moein Porkamel 5 years ago committed by GitHub
parent cd50a2145f
commit baf6a57ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -668,7 +668,7 @@ Slides an element in and out.
</script>
{#if condition}
<div transition:slide="{{delay: 250, duration: 300, easing: quintOut, direction: 'vertical' }}">
<div transition:slide="{{delay: 250, duration: 300, easing: quintOut, direction: 'horizontal' }}">
slides in and out
</div>
{/if}

Loading…
Cancel
Save