Skip to content

Commit 3655bcf

Browse files
Remove redundant animation prefixes
CSS animations can be used safely without any prefixes
1 parent a292740 commit 3655bcf

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -363,21 +363,8 @@ div.sf-toolbar .sf-toolbar-block a:hover {
363363
text-align: right;
364364
}
365365
.sf-ajax-request-loading {
366-
-webkit-animation: sf-blink .5s ease-in-out infinite;
367-
-o-animation: sf-blink .5s ease-in-out infinite;
368-
-moz-animation: sf-blink .5s ease-in-out infinite;
369366
animation: sf-blink .5s ease-in-out infinite;
370367
}
371-
@-webkit-keyframes sf-blink {
372-
0% { background: #222; }
373-
50% { background: #444; }
374-
100% { background: #222; }
375-
}
376-
@-moz-keyframes sf-blink {
377-
0% { background: #222; }
378-
50% { background: #444; }
379-
100% { background: #222; }
380-
}
381368
@keyframes sf-blink {
382369
0% { background: #222; }
383370
50% { background: #444; }

0 commit comments

Comments
 (0)