+ 1

How to make an animation that the color of the figure shimmers and increases at the same time?

Write the code animation.

10th Oct 2020, 3:36 PM
Роман Швиленко
Роман  Швиленко - avatar
1 Resposta
+ 1
You can directly type it out after you have said one thing to be done such as "width:50%;" here is a example: @keyframes ani { from{background-color:red; width:50px;} to{background-color:blue; width:150px;} } Here is the web, Good luck with your code and keep coding! https://code.sololearn.com/WywgNgvs31zD/#html
10th Oct 2020, 4:45 PM
Vanessa Nilsson
Quente hoje
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
AI
2 Votes
help
0 Votes
APIs
1 Votes