Skip to content

Commit

Permalink
fix(progress): remove circular progress will-change CSS
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 549370355
  • Loading branch information
asyncLiz authored and copybara-github committed Jul 19, 2023
1 parent 75058ca commit 0f7e881
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions progress/lib/_circular-progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 0f7e881

Please sign in to comment.