From 1b58c4dad789a29e83e95c1251e58177eaffa702 Mon Sep 17 00:00:00 2001 From: Tan Li Hau Date: Sun, 4 Oct 2020 15:33:00 +0800 Subject: [PATCH] Update 03-run-time.md --- site/content/docs/03-run-time.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index 42a99bea70..3b6df3071d 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -547,6 +547,7 @@ Animates the opacity of an element from 0 to the current opacity for `in` transi * `delay` (`number`, default 0) — milliseconds before starting * `duration` (`number`, default 400) — milliseconds the transition lasts +* `easing` (`function`, default `linear`) — an [easing function](docs#svelte_easing) You can see the `fade` transition in action in the [transition tutorial](tutorial/transition).