docs: add missing `easing` option to `fade` (#5495)

pull/7738/head
Tan Li Hau 5 years ago committed by GitHub
parent ce82c416cf
commit f63d94e0e6

@ -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 * `delay` (`number`, default 0) — milliseconds before starting
* `duration` (`number`, default 400) — milliseconds the transition lasts * `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). You can see the `fade` transition in action in the [transition tutorial](tutorial/transition).

Loading…
Cancel
Save