]> 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)
committerGitHub <noreply@github.com>
Wed, 8 Apr 2020 17:58:23 +0000 (20:58 +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 ac4d4c31b85d535aa3d65f8f58d825476d13f7ca..e8e4c044ebf03a38b82424068afa2f41f5e09bbd 100644 (file)
@@ -34,6 +34,7 @@
   }
   50% {
     opacity: 1;
+    transform: none;
   }
 }