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

pull/5498/head
Tan Li Hau 4 years ago committed by GitHub
parent 377c7647ed
commit ebbbc0d298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save