Moving gradient colors with @keyframes | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 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 Respostas
+ 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