Skip to content

Commit 372b9fe

Browse files
braebogtm-nayan
andauthored
Update content/tutorial/03-advanced-svelte/01-motion/01-tweens/README.md
Co-authored-by: gtmnayan <[email protected]>
1 parent 164d484 commit 372b9fe

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-advanced-svelte/01-motion/01-tweens

1 file changed

+1
-1
lines changed

content/tutorial/03-advanced-svelte/01-motion/01-tweens/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Clicking the buttons causes the progress bar to animate to its new value. It's a
3232

3333
> The [`svelte/easing`]($docs#run-time-svelte-easing) module contains the [Penner easing equations](https://web.archive.org/web/20190805215728/http://robertpenner.com/easing/), or you can supply your own `p => t` function where `p` and `t` are both values between 0 and 1.
3434
35-
The full set of options available to [`tweened`]($docs#run-time-svelte-motion-tweened):
35+
The full set of options available to `tweened`:
3636

3737
- `delay` — milliseconds before the tween starts
3838
- `duration` — either the duration of the tween in milliseconds, or a `(from, to) => milliseconds` function allowing you to (e.g.) specify longer tweens for larger changes in value

0 commit comments

Comments
 (0)