Skip to content

Commit 307fa2b

Browse files
mdoMartijnCuppens
authored andcommitted
Fix spinner-grow animation (#30504)
* Fix spinner-grow animation Safari seems to be interpreting the old keyframes animation as incomplete. Adding `transform` to the second frame seems to resolve the issue. Co-Authored-By: Martijn Cuppens <[email protected]>
1 parent 234ece9 commit 307fa2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_spinners.scss

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
}
3535
50% {
3636
opacity: 1;
37+
transform: none;
3738
}
3839
}
3940

0 commit comments

Comments
 (0)