0
Can you make this code true plz?
12 Antworten
+ 3
Delete your code and paste that one:
#loading{
width:200px;
height:200px;
position:fixed;
left:100px;
top:100px;
border-radius:100%;
background-color: null;
border:10px solid black;
border-top:10px solid green;
border-left:10px solid red;
border-right:10px solid blue;
border-bottom:10px solid yellow;
margin:20px;
animation-name:loading;
animation-duration:2s;
animation-iteration-count:infinite;
transform: null;
}
@keyframes loading{
100%{transform:rotate(360deg);}
}
+ 2
https://code.sololearn.com/Wz5IDXIpVe7R/?ref=app
see this loading plz
+ 2
-webkit-animation: spin 1s linear infinite;
-moz-animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% {-webkit-transform:rotate(0deg); }
100%{-webkit-transform:rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% {transform:rotate(360deg);}
}
+ 2
paste upper Code after transform:;
+ 2
Good Luck ;)
+ 2
;)
+ 1
What is the problem? It's better than anything I've ever made in CSS... 😂😂
+ 1
what do you want the code to do that it doesn't do already?
+ 1
Sina What do you mean with "make true"?
+ 1
Let's see
+ 1
Thansk good wishes
0
I want it rotate without any stopping