From 661a1ddc6ecab00e0bf7e06f38188dbfda91295b Mon Sep 17 00:00:00 2001 From: Puru Vijay Date: Wed, 8 Mar 2023 22:37:21 +0530 Subject: [PATCH] Fix docs links --- site/content/docs/04-run-time.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/docs/04-run-time.md b/site/content/docs/04-run-time.md index 30720e1cc3..1b2a94c3b8 100644 --- a/site/content/docs/04-run-time.md +++ b/site/content/docs/04-run-time.md @@ -785,7 +785,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) +- `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 @@ -898,8 +898,8 @@ The `crossfade` function creates a pair of [transitions](/docs/template-syntax#e - `delay` (`number`, default 0) — milliseconds before starting - `duration` (`number` | `function`, default 800) — milliseconds the transition lasts -- `easing` (`function`, default `cubicOut`) — an [easing function](/docs#run-time-svelte-easing) -- `fallback` (`function`) — A fallback [transition](/docs#template-syntax-element-directives-transition-fn) to use for send when there is no matching element being received, and for receive when there is no element being sent. +- `easing` (`function`, default `cubicOut`) — an [easing function](/docs/run-time#svelte-easing) +- `fallback` (`function`) — A fallback [transition](/docs/template-syntax#element-directives-transition-fn) to use for send when there is no matching element being received, and for receive when there is no element being sent. ```sv