Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@yahoo.com>2018-01-18 14:50:43 +0300
committerPatrick H. Lauke <redux@splintered.co.uk>2018-01-18 14:50:43 +0300
commitbffa438f8ea7baff361fe04b1d50eb9254d3fdbe (patch)
treeb22b1220e9beba60f9c3916ee5c4c28c1a0f8cb7
parent45d2f2e95400e0453b6a56e0dda16f64cd463696 (diff)
Update progress.md (#25355)
Removed '**Animated progress bars don't work in Opera 12**—as they don't support CSS3 animations.' note. Bootstrap 4 doesn't (and doesn't need to) support the ancient Opera 12 released in 2012 with a 0.04% marketshare so no need to mention.
-rw-r--r--docs/4.0/components/progress.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/4.0/components/progress.md b/docs/4.0/components/progress.md
index 07217d939b..95de22ba29 100644
--- a/docs/4.0/components/progress.md
+++ b/docs/4.0/components/progress.md
@@ -123,8 +123,6 @@ Add `.progress-bar-striped` to any `.progress-bar` to apply a stripe via CSS gra
The striped gradient can also be animated. Add `.progress-bar-animated` to `.progress-bar` to animate the stripes right to left via CSS3 animations.
-**Animated progress bars don't work in Opera 12**—as they don't support CSS3 animations.
-
<div class="bd-example">
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%"></div>