Skip to content

Commit

Permalink
fix(loader): fix perf impact of loader indeterminate animation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Feb 9, 2024
1 parent 107792d commit a92afa5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $loader-circumference: ($loader-scale - (2 * $stroke-width)) * 3.14159;
animation: loader-color-shift scaleDuration(--calcite-internal-animation-timing-slow, 2) alternate-reverse infinite
linear;
padding-block: var(--calcite-loader-padding, theme("spacing.16"));
will-change: contents;
}

:host([scale="s"]) {
Expand Down

0 comments on commit a92afa5

Please sign in to comment.