Skip to content

Commit 7189200

Browse files
author
Rich Harris
committed
Merge branch 'main' of github.com:sveltejs/learn.svelte.dev
2 parents 7235e21 + c3e43c8 commit 7189200

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/02-advanced-svelte/01-motion/01-tweens

1 file changed

+1
-1
lines changed

content/tutorial/02-advanced-svelte/01-motion/01-tweens/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tweens
33
---
44

5-
Now that we've covered the basics of SvelteKit, it's time to learn some advanced Svelte techniques, starting with _motion_.
5+
Now that we've covered the basics, it's time to learn some advanced Svelte techniques, starting with _motion_.
66

77
Setting values and watching the DOM update automatically is cool. Know what's even cooler? Tweening those values. Svelte includes tools to help you build slick user interfaces that use animation to communicate changes.
88

0 commit comments

Comments
 (0)