From c0f78370deb560c17ae79485574532c66d96a0c4 Mon Sep 17 00:00:00 2001 From: Theodor Steiner Date: Mon, 27 Feb 2023 22:16:17 +0900 Subject: [PATCH] chore: remove unwanted formatting changes --- site/content/docs/04-run-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/04-run-time.md b/site/content/docs/04-run-time.md index f84f9fbc60..46d025fe3e 100644 --- a/site/content/docs/04-run-time.md +++ b/site/content/docs/04-run-time.md @@ -768,7 +768,7 @@ Slides an element in and out. * `delay` (`number`, default 0) — milliseconds before starting * `duration` (`number`, default 400) — milliseconds the transition lasts * `easing` (`function`, default `cubicOut`) — an [easing function](/docs#run-time-svelte-easing) -* `axis` (`x` | `y`, default `y`) — the axis of motion along which the transition occurs +- `axis` (`x` | `y`, default `y`) — the axis of motion along which the transition occurs ```sv