app/assets/stylesheets/sass-zero/utilities/animation.scss in sass-zero-1.0.0 vs app/assets/stylesheets/sass-zero/utilities/animation.scss in sass-zero-1.0.1

- old
+ new

@@ -5,15 +5,15 @@ .animate-spin { animation: spin 1s linear infinite; } .animate-ping { - animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite; + animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; } .animate-pulse { - animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite; + animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; } .animate-bounce { animation: bounce 1s infinite; } @@ -41,10 +41,10 @@ @keyframes pulse { 0%, 100% { opacity: 1; } 50% { - opacity: .5; + opacity: 0.5; } } @keyframes bounce { 0%, 100% {