Skip to content

Commit 3bcd46b

Browse files
braebogtm-nayan
andauthored
Update content/tutorial/03-advanced-svelte/01-motion/01-tweens/README.md
Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
1 parent 372b9fe commit 3bcd46b

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Let's start by changing the `progress` store to a [`tweened`]($docs#run-time-sve
1616
</script>
1717
```
1818

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:
2020

2121
```svelte
2222
<script>

0 commit comments

Comments
 (0)