is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .progress-bar-animated

<div class="progress">
  <div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%"></div>
</div>

Preview

Tips 💡

Sass source

/* _progress.scss:32 */
.progress-bar-animated {
  animation: progress-bar-stripes $progress-bar-animation-timing;
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _progress.scss:32 */
$progress-bar-animation-timing

More in Bootstrap Progress