From 5e847163a0011190acdef7b5523596c8b81e471b Mon Sep 17 00:00:00 2001 From: Ophir LOJKINE Date: Thu, 15 Apr 2021 10:28:56 +0200 Subject: [PATCH] Update 03-run-time.md --- site/content/docs/03-run-time.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index f52b39d2e7..1586ec7357 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -543,8 +543,7 @@ const size = spring(); $: $size = big ? 100 : 10; ``` -### `svelte/ -` +### `svelte/transition` The `svelte/transition` module exports seven functions: `fade`, `blur`, `fly`, `slide`, `scale`, `draw` and `crossfade`. They are for use with Svelte [`transitions`](docs#transition_fn).