Update 03-run-time.md

pull/6196/head
Ophir LOJKINE 5 years ago committed by GitHub
parent 4b2f5ca3e6
commit 5e847163a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save