aboutsummaryrefslogtreecommitdiff
path: root/docs/components/progress.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components/progress.md')
-rw-r--r--docs/components/progress.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/progress.md b/docs/components/progress.md
index 646a1e4e0..47e099e62 100644
--- a/docs/components/progress.md
+++ b/docs/components/progress.md
@@ -56,9 +56,9 @@ The striped gradient can also be animated. Add `.progress-animated` to `.progres
**Animated progress bars do not work in IE9 and Opera 12** as they don't support CSS3 animations.
-<div class="bs-example">
+<div class="bd-example">
<progress class="progress progress-striped" value="25" max="100">25%</progress>
- <button type="button" class="btn btn-secondary bs-docs-activate-animated-progressbar" data-toggle="button" aria-pressed="false" autocomplete="off">
+ <button type="button" class="btn btn-secondary bd-activate-animated-progressbar" data-toggle="button" aria-pressed="false" autocomplete="off">
Toggle animation
</button>
</div>