mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add transition to .progress-bar
- Pulls in values from v3 - Closes #22371 which didn't use a transition include
This commit is contained in:
parent
050aab338b
commit
fba27befef
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
line-height: $progress-height;
|
line-height: $progress-height;
|
||||||
color: $progress-bar-color;
|
color: $progress-bar-color;
|
||||||
background-color: $progress-bar-bg;
|
background-color: $progress-bar-bg;
|
||||||
|
@include transition($progress-bar-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar-striped {
|
.progress-bar-striped {
|
||||||
|
|
|
@ -828,6 +828,7 @@ $progress-box-shadow: inset 0 .1rem .1rem rgba($black,.1) !default;
|
||||||
$progress-bar-color: $white !default;
|
$progress-bar-color: $white !default;
|
||||||
$progress-bar-bg: $brand-primary !default;
|
$progress-bar-bg: $brand-primary !default;
|
||||||
$progress-bar-animation-timing: 1s linear infinite !default;
|
$progress-bar-animation-timing: 1s linear infinite !default;
|
||||||
|
$progress-bar-transition: width .6s ease !default;
|
||||||
|
|
||||||
// List group
|
// List group
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue