Skip to content

Commit

Permalink
Spinner: Opacity animation bug in Chrome (#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
diyorbek authored Nov 20, 2024
1 parent 2519911 commit 116c576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gestalt/src/Spinner.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

.icon {
composes: block from "./Layout.css";
animation-composition: add;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-name: spin;
Expand All @@ -20,5 +21,5 @@

.delay {
animation-delay: 0.3s;
opacity: 0;
opacity: var(--opacity-0);
}

0 comments on commit 116c576

Please sign in to comment.