Skip to content

Commit

Permalink
Fix spinner-grow animation (#30504)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
2 people authored and XhmikosR committed Apr 9, 2020
1 parent 234ece9 commit 307fa2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_spinners.scss
Expand Up @@ -34,6 +34,7 @@
}
50% {
opacity: 1;
transform: none;
}
}

Expand Down

0 comments on commit 307fa2b

Please sign in to comment.