docs: fix link to transition section (#4748)

pull/7738/head
Eddy 6 years ago committed by GitHub
parent 1bd05730ea
commit c60bbecdf8

@ -521,7 +521,7 @@ $: $size = big ? 100 : 10;
### `svelte/transition` ### `svelte/transition`
The `svelte/transition` module exports six functions: `fade`, `fly`, `slide`, `scale`, `draw` and `crossfade`. They are for use with svelte [`transitions`](docs#Transitions). The `svelte/transition` module exports six functions: `fade`, `fly`, `slide`, `scale`, `draw` and `crossfade`. They are for use with Svelte [`transitions`](docs#transition_fn).
#### `fade` #### `fade`

Loading…
Cancel
Save