Skip to content

Commit 7b7abe9

Browse files
Sync svelte docs (#951)
sync svelte docs Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
1 parent 2f44045 commit 7b7abe9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/svelte.dev/content/docs/svelte/98-reference/21-svelte-motion.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ import {
1717

1818
## Spring
1919

20+
<blockquote class="since note">
21+
22+
Available since 5.8.0
23+
24+
</blockquote>
25+
2026
A wrapper for a value that behaves in a spring-like fashion. Changes to `spring.target` will cause `spring.current` to
2127
move towards it over time, taking account of the `spring.stiffness` and `spring.damping` parameters.
2228

0 commit comments

Comments
 (0)