Answers

Question and Answer:

  Home  Bootstrap

⟩ Tell me how will you create a animated progress bar using bootstrap?

To create an animated progress bar −

☛ Add a <div> with a class of .progress and .progress-striped. Also add class .active to .progress-striped.

☛ Next, inside the above <div>, add an empty <div> with a class of .progress-bar.

☛ Add a style attribute with the width expressed as a percentage. Say for example, style = "60%"; indicates that the progress bar was at 60%.

 185 views

More Questions for you: