Loading animation; a progress bar.

When you know the remaining time or task completion percentage, then you’re able to show an animated progress bar:

First, you need to calculate how many hashtags to display and how many blank spaces to insert. Next, you erase the line and build the bar from scratch:

As before, each request for update repaints the entire line.

GitHub

View Github