+ 8
Animation
How to made moving on click in CSS???đđ€đŻ
7 Respostas
+ 21
You can check this code of mine.I'm sure it will help you understand.
https://code.sololearn.com/W5jBZbYJz1Y5/?ref=app
+ 10
for eg
<div>prashanth</div>
<style>
div{ animation:2s txt infinite;
}
@keyframes txt{
from{color:blue}
to{color:red}
}
</style>
its very simple so u can try it and understand
+ 7
your welcome
+ 7
thanks
+ 6
thanks for all
+ 6
Very good
+ 6
đđđđđđ