Y
Y
Y232016-10-27 11:18:09
css
Y23, 2016-10-27 11:18:09

Why css3 animation doesn't work on IE11?

.icon {
width: 191px;
height: 198px;
background-image: url(../images/icon.png);
-webkit-animation: sprite 1.6s steps(125) infinite;
animation: sprite 1.6s steps(125) infinite;
}
@-webkit-keyframes sprite {
0% {
background-position: 23875px 0;
background-position: -23875px 0; } }
@keyframes sprite {
0% {
background-position: 23875px 0;
background-position: -23875px 0; } }

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question