+ 1
Can you make animations with CSS and HTML?
Css Html animation
4 Antworten
+ 6
div{
animation:5s linear infinite;
}
https://www.sololearn.com/learn/CSS/2253/
+ 6
Yes you can though I prefer canvas or svg techniques. Here is a link to w3schools which may help you get a better understanding:
https://www.w3schools.com/css/css3_animations.asp
+ 3
Yess! Look into CSS course.
+ 2
yes !