]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix spinner-grow animation (#30504)
authorMark Otto <markd.otto@gmail.com>
Wed, 8 Apr 2020 17:58:23 +0000 (10:58 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 13 Apr 2020 18:12:29 +0000 (21:12 +0300)
* 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>
scss/_spinners.scss

index 364a5c1a65f71e0828a23752934a95e42e511236..27c9241a7904ff4579fbe53668206ad8da7d9cbb 100644 (file)
@@ -34,6 +34,7 @@
   }
   50% {
     opacity: 1;
+    transform: none;
   }
 }