Skip to content
Merged

day 6 #950

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,14 @@ It's a three-in-one kind of day. `new MediaQuery(...)` gives you an object with
- [`prefersReducedMotion` docs](/docs/svelte/svelte-motion#prefersReducedMotion)
- [demo](/playground/89f6f3bb738149fcb6e708cfce878e0f)

## Day 6
## Day 6: `Spring` and `Tween`

Coming soon!
We now have modern state-based alternatives to the `spring` and `tweened` stores of old. Smooth!

- [`Tween` tutorial](/tutorial/svelte/tweens)
- [`Spring` tutorial](/tutorial/svelte/springs)
- [docs](/docs/svelte/svelte-motion)
- [demo](/playground/8a021b2ec2064230bde4a10b08464876?version=5.8.0)

## Day 7

Expand Down
Loading