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 7d734c2d36
commit cd50a2145f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -659,7 +659,7 @@ Slides an element in and out.
* `delay` (`number`, default 0) — milliseconds before starting * `delay` (`number`, default 0) — milliseconds before starting
* `duration` (`number`, default 400) — milliseconds the transition lasts * `duration` (`number`, default 400) — milliseconds the transition lasts
* `easing` (`function`, default `cubicOut`) — an [easing function](docs#svelte_easing) * `easing` (`function`, default `cubicOut`) — an [easing function](docs#svelte_easing)
* `direction` (`string`, default `vertical`) — direction of transition, vertical or horizontal * `direction` (`string`, default `vertical`) — direction of transition, `"vertical"` or `"horizontal"`
```sv ```sv
<script> <script>

Loading…
Cancel
Save