How can I add some animation in my blog? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0
28th Sep 2017, 4:56 PM
B.D
B.D - avatar
3 Answers
+ 1
body { animation: mv 2s linear infinite; } @keyframes mv { from { border:5px dashed magenta; } to { border:5px dotted magenta; } }
29th Sep 2017, 12:20 AM
Calviղ
Calviղ - avatar
+ 4
1) take a look at the html, css and js courses 2) think of one better question than spamming lots of questions you could google on your own 3)https://www.w3schools.com/css/css3_animations.asp #noOffence 😂
28th Sep 2017, 4:59 PM
Kamil
Kamil - avatar
+ 2
I'm glad Kamil was the a-hole instead of me. I was debating it, but your post was more constructive than the nonsense I was going to say to make the point that search engines exist. :D
28th Sep 2017, 5:11 PM
AgentSmith