We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
svelte
1 parent 2f44045 commit 7b7abe9Copy full SHA for 7b7abe9
apps/svelte.dev/content/docs/svelte/98-reference/21-svelte-motion.md
@@ -17,6 +17,12 @@ import {
17
18
## Spring
19
20
+<blockquote class="since note">
21
+
22
+Available since 5.8.0
23
24
+</blockquote>
25
26
A wrapper for a value that behaves in a spring-like fashion. Changes to `spring.target` will cause `spring.current` to
27
move towards it over time, taking account of the `spring.stiffness` and `spring.damping` parameters.
28
0 commit comments