diff options
| author | Mark Otto <[email protected]> | 2013-05-03 17:32:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-03 17:32:54 -0700 |
| commit | c3b9ac4676a72f19c9201972725ac524b875fffe (patch) | |
| tree | 78e74a0b7bbe01a731d10e8c0a4ca4f46daa3d97 /less/progress-bars.less | |
| parent | 7d41a387693c49347e06572ceb7ec2207ee30d46 (diff) | |
| parent | d3e0d4a7baad213ccbfa8049d5f920ed1863b76b (diff) | |
| download | bootstrap-c3b9ac4676a72f19c9201972725ac524b875fffe.tar.xz bootstrap-c3b9ac4676a72f19c9201972725ac524b875fffe.zip | |
Merge pull request #7621 from jeremydenoun/patch-1
Fix flickering on progress bar width update
Diffstat (limited to 'less/progress-bars.less')
| -rw-r--r-- | less/progress-bars.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/progress-bars.less b/less/progress-bars.less index 9df0251e3..e5e6b65a5 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -63,6 +63,7 @@ background-color: @progress-bar-bg; .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15)); .transition(width .6s ease); + .backface-visibility(hidden); } // Striped bars |
