Moving gradient colors with @keyframes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Moving gradient colors with @keyframes

Can I move the colors on a gradient using @keyframes? If I can, then how?

4th Aug 2019, 6:06 PM
seth eslami
seth eslami - avatar
2 Answers
+ 4
@keyframes name { 0% { background-image: linear-gradient (deg, colors); } 100% { background-image: linear-gradient(deg, colors); } }
4th Aug 2019, 6:12 PM
Anna/Аня
Anna/Аня - avatar
- 1
thx
21st Aug 2019, 10:37 PM
seth eslami
seth eslami - avatar