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-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Let's start by changing the `progress` store to a [`tweened`]($docs#run-time-sve
16
16
</script>
17
17
```
18
18
19
-
Clicking the buttons causes the progress bar to animate to its new value. It's a bit robotic and unsatisfying though. We need to add an [easing]($docs#run-time-svelte-easing) function:
19
+
Clicking the buttons causes the progress bar to animate to its new value. It's a bit robotic and unsatisfying though. We need to add an easing function:
0 commit comments