+ 1
Why my animation is not working can anyone tell me why here is the code
https://code.sololearn.com/WRTftv7bA3Lw/?ref=app please go and check in css section of code
2 ответов
+ 2
div {
height:100px;
width:100px;
background-color:red;
-webkit-transform:rotate3d(0deg,0deg,0deg);
-webkit-animation: jcj 3s ease-in-out 0s infinite normal;
}
@keyframes jcj {
from { background-color:red; }
to { -webkit-transform:rotate3d(120deg,90deg,60deg); }
}
https://code.sololearn.com/WNx3CQZYgO3w/?ref=app
+ 1
Calviղ thanks a lot if you not tell the problem I will get mad