Why my animation is not working can anyone tell me why here is the code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

2nd Jun 2020, 2:10 PM
Dipanshu Sahu
2 Answers
+ 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
2nd Jun 2020, 3:15 PM
Calviղ
Calviղ - avatar
+ 1
Calviղ thanks a lot if you not tell the problem I will get mad
2nd Jun 2020, 3:28 PM
Dipanshu Sahu