Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Dec 14, 2023
1 parent 76a1389 commit dbd4f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Now that we've covered the basics, it's time to learn some advanced Svelte techn

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.

Let's start by changing the `progress` store to a `tweened` value:
Let's start by changing the `progress` store to a `tweened` store:

```svelte
/// file: App.svelte
Expand Down

0 comments on commit dbd4f40

Please sign in to comment.