The animation does not work in Firefox, while others work
* { margin: 0; padding: 0; } .mo img { display: block; width: 100%; height: 100%; } .mo { width: 400px; height: 400px; position: relative; margin: 20px auto; } .fon { position: absolute; top: 0; left: 0; right: 0; bottom: 0; animation: dinamic 1s infinite steps(4); -webkit-animation: dinamic 1s infinite steps(4); -moz-animation: dinamic 1s infinite steps(4); } @-webkit-keyframes dinamic { 0% { background: url(http://maxim1978.0fees.us/images/1.png); background-size: cover; } 25% { background: url(http://maxim1978.0fees.us/images/2.png); background-size: cover; } 50% { background: url(http://maxim1978.0fees.us/images/3.png); background-size: cover; } 75% { background: url(http://maxim1978.0fees.us/images/4.png); background-size: cover; } } @-moz-keyframes dinamic { 0% { background: url(http://maxim1978.0fees.us/images/1.png); background-size: cover; } 25% { background: url(http://maxim1978.0fees.us/images/2.png); background-size: cover; } 50% { background: url(http://maxim1978.0fees.us/images/3.png); background-size: cover; } 75% { background: url(http://maxim1978.0fees.us/images/4.png); background-size: cover; } } @keyframes dinamic { 0% { background: url(http://maxim1978.0fees.us/images/1.png); background-size: cover; } 25% { background: url(http://maxim1978.0fees.us/images/2.png); background-size: cover; } 50% { background: url(http://maxim1978.0fees.us/images/3.png); background-size: cover; } 75% { background: url(http://maxim1978.0fees.us/images/4.png); background-size: cover; } } @-o-keyframes dinamic { 0% { background: url(http://maxim1978.0fees.us/images/1.png); background-size: cover; } 25% { background: url(http://maxim1978.0fees.us/images/2.png); background-size: cover; } 50% { background: url(http://maxim1978.0fees.us/images/3.png); background-size: cover; } 75% { background: url(http://maxim1978.0fees.us/images/4.png); background-size: cover; } } <div class="mo"> <img src="http://maxim1978.0fees.us/images/bg.png" alt=""> <div class="fon"></div> </div> This example is in the sandbox.
Error 1016 Ray ID: ... • 2016-11-22 22:15:12 UTC Origin DNS erroron the link to the sandbox. - Qwertiy ♦