We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afbaf5 commit a2e504fCopy full SHA for a2e504f
components/_mixins.scss
@@ -251,24 +251,3 @@
251
transition-timing-function: $animation-curve-default;
252
transition-duration: $duration;
253
}
254
-
255
-// The frames are this way to prevent a flicker in Safari
256
-// See https://goo.gl/5luFDk
257
-@mixin ripple-loading($name, $width, $height, $opacity: 0.3) {
258
- @keyframes #{$name} {
259
- 0% {
260
- opacity: $opacity;
261
- transform: translate3d(-50%, -50%, 0) scale(0);
262
- }
263
264
- 95% {
265
- opacity: 0;
266
- transform: translate3d(-50%, -50%, 0) scale(1);
267
268
269
- 100% {
270
271
272
273
274
-}
0 commit comments