Skip to content

Commit 64050f4

Browse files
mdoMartijnCuppens
andauthored
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 <martijn.cuppens@gmail.com>
1 parent bfbf265 commit 64050f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_spinners.scss

Lines changed: 1 addition & 0 deletions
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)