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).