You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/tutorial/03-advanced-svelte/01-motion/01-tweens/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Clicking the buttons causes the progress bar to animate to its new value. It's a
32
32
33
33
> 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.
34
34
35
-
The full set of options available to [`tweened`]($docs#run-time-svelte-motion-tweened):
35
+
The full set of options available to `tweened`:
36
36
37
37
-`delay` — milliseconds before the tween starts
38
38
-`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