Tween a value and dynamically update the DOM with Svelte 3

Share this video with your friends

Send Tweet

If our app needs to display values that are dynamically changing, it's better to animate that to deliver a more engaging user experience.

In this lesson we're going to learn how to use a tweened value to dynamically update the value of a progress bar in Svelte 3.

Front
Front
~ 4 years ago

@Tomasz there is a thing you didn't covered in this lesson:

  • where does <progress... tag comes from?
  • how is this progress bar styled? Does this blue background colour comes as default?

Thanks