mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #7621 from jeremydenoun/patch-1
Fix flickering on progress bar width update
This commit is contained in:
commit
c3b9ac4676
2 changed files with 4 additions and 0 deletions
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
|
@ -4895,6 +4895,9 @@ a.list-group-item.active > .badge,
|
||||||
-moz-transition: width 0.6s ease;
|
-moz-transition: width 0.6s ease;
|
||||||
-o-transition: width 0.6s ease;
|
-o-transition: width 0.6s ease;
|
||||||
transition: width 0.6s ease;
|
transition: width 0.6s ease;
|
||||||
|
-webkit-backface-visibility: hidden;
|
||||||
|
-moz-backface-visibility: hidden;
|
||||||
|
backface-visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-striped .progress-bar {
|
.progress-striped .progress-bar {
|
||||||
|
|
|
@ -63,6 +63,7 @@
|
||||||
background-color: @progress-bar-bg;
|
background-color: @progress-bar-bg;
|
||||||
.box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
|
.box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
|
||||||
.transition(width .6s ease);
|
.transition(width .6s ease);
|
||||||
|
.backface-visibility(hidden);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Striped bars
|
// Striped bars
|
||||||
|
|
Loading…
Add table
Reference in a new issue