Skip to content

Commit

Permalink
tweak (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Harris <[email protected]>
Rich-Harris and Rich-Harris authored Dec 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 76a1389 commit 8cc995f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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

1 comment on commit 8cc995f

@vercel
Copy link

@vercel vercel bot commented on 8cc995f Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.