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 23df492 commit 2f2e116Copy full SHA for 2f2e116
src/lib/progress-bar/progress-bar.scss
@@ -285,6 +285,7 @@ $mat-progress-bar-secondary-indeterminate-scale-step-3:
285
// Animation for buffer mode.
286
@keyframes mat-progress-bar-background-scroll {
287
to {
288
- transform: translateX(-10px);
+ // Needs to be in multiples of the size of the buffer circles.
289
+ transform: translateX(-$mat-progress-bar-height * 2);
290
}
291
0 commit comments