Build a list of progress bars that fill up gradually in sequence, one at a time.
Requirements:
- Render multiple progress bars (e.g., 3).
- Each progress bar should fill from 0% to 100%.
- Once a progress bar completes, the next one should start.
- Only one bar should be filling at any time.
- Use setInterval or requestAnimationFrame for gradual filling.