How to make an animation that the color of the figure shimmers and increases at the same time? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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