We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2653835 commit 052770dCopy full SHA for 052770d
src/material-experimental/mdc-progress-bar/progress-bar.scss
@@ -8,8 +8,13 @@
8
display: block;
9
10
&._mat-animation-noopable {
11
- // Disable the loading animations.
12
- animation: none;
+ .mdc-linear-progress__buffer-dots,
+ .mdc-linear-progress__primary-bar,
13
+ .mdc-linear-progress__secondary-bar,
14
+ .mdc-linear-progress__bar-inner.mdc-linear-progress__bar-inner {
15
+ // Disable the loading animations.
16
+ animation: none;
17
+ }
18
19
.mdc-linear-progress__primary-bar {
20
// There's a `transitionend` event that depends on this element. Add a very short
0 commit comments