Здравтсвуйте, не работает анимация на ios и mac
все перепробовал ничего не помогает...
@-webkit-keyframes webkit-circle {
0% {
width: 400px;
height: 400px;
border-radius: 50%;
left: -220px;
top: -220px;
opacity: 0;
border: 20px solid #000;
}
30% {
width: 400px;
height: 400px;
border-radius: 50%;
left: -220px;
top: -220px;
opacity: 0;
border: 20px solid #000;
}
50% {
width: 250px;
height: 250px;
border-radius: 50%;
left: -138px;
top: -138px;
opacity: 1;
border: 13px solid #000;
}
75% {
width: 250px;
height: 250px;
border-radius: 50%;
left: -138px;
top: -138px;
opacity: 1;
border: 13px solid #000;
}
100% {
width: 550px;
height: 550px;
border-radius: 50%;
left: -305px;
top: -305px;
opacity: 0;
border: 30px solid #000;
}
}
.splash:after {
content: '';
position: absolute;
display: block;
-webkit-animation-name: webkit-circle;
-webkit-animation-duration: 15s;
-o-animation: o-circle 15s;
animation: circle 15s;
}
Везде работает кроме safari
mur4ik18.github.io/work1