docs: Fix simple typo, specificy -> specify (#4637)

pull/4654/head
Tim Gates 4 years ago committed by GitHub
parent aa3dcc06d6
commit 89f30dae36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -804,7 +804,7 @@ You can see a full example on the [animations tutorial](tutorial/animate)
### `svelte/easing`
Easing functions specificy the rate of change over time and are useful when working with Svelte's built-in transitions and animations as well as the tweened and spring utilities. `svelte/easing` contains 31 named exports, a `linear` ease and 3 variants of 10 different easing functions: `in`, `out` and `inOut`.
Easing functions specify the rate of change over time and are useful when working with Svelte's built-in transitions and animations as well as the tweened and spring utilities. `svelte/easing` contains 31 named exports, a `linear` ease and 3 variants of 10 different easing functions: `in`, `out` and `inOut`.
You can explore the various eases using the [ease visualiser](examples#easing) in the [examples section](examples).

Loading…
Cancel
Save