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.
1 parent fb5eb6d commit 16aab59Copy full SHA for 16aab59
apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md
@@ -49,9 +49,14 @@ It's a three-in-one kind of day. `new MediaQuery(...)` gives you an object with
49
- [`prefersReducedMotion` docs](/docs/svelte/svelte-motion#prefersReducedMotion)
50
- [demo](/playground/89f6f3bb738149fcb6e708cfce878e0f)
51
52
-## Day 6
+## Day 6: `Spring` and `Tween`
53
54
-Coming soon!
+We now have modern state-based alternatives to the `spring` and `tweened` stores of old. Smooth!
55
+
56
+- [`Tween` tutorial](/tutorial/svelte/tweens)
57
+- [`Spring` tutorial](/tutorial/svelte/springs)
58
+- [docs](/docs/svelte/svelte-motion)
59
+- [demo](/playground/8a021b2ec2064230bde4a10b08464876?version=5.8.0)
60
61
## Day 7
62
0 commit comments