@@ -35,8 +35,7 @@ $mat-progress-bar-piece-animation-duration: 250ms !default;
35
35
// beyond the current value of the primary progress bar.
36
36
.mat-progress-bar-buffer {
37
37
transform-origin : top left ;
38
- transition : transform $mat-progress-bar-piece-animation-duration ease ,
39
- stroke $swift-ease-in-duration $ease-in-out-curve-function ;
38
+ transition : transform $mat-progress-bar-piece-animation-duration ease ;
40
39
}
41
40
42
41
// The secondary progress bar is only used in the indeterminate animation, because of this it
@@ -49,8 +48,7 @@ $mat-progress-bar-piece-animation-duration: 250ms !default;
49
48
.mat-progress-bar-fill {
50
49
animation : none ;
51
50
transform-origin : top left ;
52
- transition : transform $mat-progress-bar-piece-animation-duration ease ,
53
- stroke $swift-ease-in-duration $ease-in-out-curve-function ;
51
+ transition : transform $mat-progress-bar-piece-animation-duration ease ;
54
52
}
55
53
56
54
// A pseudo element is created for each progress bar bar that fills with the indicator color.
@@ -71,25 +69,30 @@ $mat-progress-bar-piece-animation-duration: 250ms !default;
71
69
transition : none ;
72
70
}
73
71
.mat-progress-bar-primary {
74
- animation : mat- progress- bar- primary- indeterminate- translate $mat-progress-bar-full-animation-duration infinite linear ;
72
+ animation : mat- progress- bar- primary- indeterminate- translate
73
+ $mat-progress-bar-full-animation-duration infinite linear ;
75
74
left : -145.166611% ;
76
75
}
77
76
.mat-progress-bar-primary.mat-progress-bar-fill ::after {
78
- animation : mat- progress- bar- primary- indeterminate- scale $mat-progress-bar-full-animation-duration infinite linear ;
77
+ animation : mat- progress- bar- primary- indeterminate- scale
78
+ $mat-progress-bar-full-animation-duration infinite linear ;
79
79
}
80
80
.mat-progress-bar-secondary {
81
- animation : mat- progress- bar- secondary- indeterminate- translate $mat-progress-bar-full-animation-duration infinite linear ;
81
+ animation : mat- progress- bar- secondary- indeterminate- translate
82
+ $mat-progress-bar-full-animation-duration infinite linear ;
82
83
left : -54.888891% ;
83
84
display : block ;
84
85
}
85
86
.mat-progress-bar-secondary.mat-progress-bar-fill ::after {
86
- animation : mat- progress- bar- secondary- indeterminate- scale $mat-progress-bar-full-animation-duration infinite linear ;
87
+ animation : mat- progress- bar- secondary- indeterminate- scale
88
+ $mat-progress-bar-full-animation-duration infinite linear ;
87
89
}
88
90
}
89
91
90
92
& [mode = ' buffer' ] {
91
93
.mat-progress-bar-background {
92
- animation : mat- progress- bar- background- scroll $mat-progress-bar-piece-animation-duration infinite linear ;
94
+ animation : mat- progress- bar- background- scroll
95
+ $mat-progress-bar-piece-animation-duration infinite linear ;
93
96
display : block ;
94
97
}
95
98
}
0 commit comments