Skip to content

Commit

Permalink
Fix spinner-grow animation (twbs#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 olsza committed Oct 3, 2020
1 parent 0abbc4f commit 3ade343
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 3ade343

Please sign in to comment.