fix(progress): remove circular progress will-change CSS

PiperOrigin-RevId: 549370355
This commit is contained in:
Elizabeth Mitchell 2023-07-19 11:13:26 -07:00 committed by Copybara-Service
parent 75058ca2be
commit 0f7e881ee7

View File

@ -111,13 +111,11 @@
}
.progress.indeterminate {
will-change: transform;
animation: linear infinite linear-rotate;
animation-duration: $linear-rotate-duration;
}
.spinner {
will-change: transform;
animation: infinite both rotate-arc;
animation-duration: $cycle-duration;
animation-timing-function: $indeterminate-easing;
@ -143,7 +141,6 @@
border: solid calc($_active-indicator-fraction * $_padding-box-width);
border-color: var(--_active-indicator-color) var(--_active-indicator-color)
transparent transparent;
will-change: transform;
animation: expand-arc;
animation-iteration-count: infinite;
animation-fill-mode: both;