How do you make text infinitely fade into a different color using CSS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do you make text infinitely fade into a different color using CSS?

9th Aug 2019, 8:59 PM
Rishan [da_coder, semi-active]
Rishan  [da_coder, semi-active] - avatar
6 Answers
+ 6
Try using @keyframes with 'from' and 'to' tags manipulating the 'color' property. It's in CSS animations tutorial.
9th Aug 2019, 9:34 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 5
What do you mean by 'infinitely'?
9th Aug 2019, 9:32 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 2
It happens over and over again slowly forever
9th Aug 2019, 9:32 PM
Rishan [da_coder, semi-active]
Rishan  [da_coder, semi-active] - avatar
+ 2
Ok
9th Aug 2019, 9:34 PM
Rishan [da_coder, semi-active]
Rishan  [da_coder, semi-active] - avatar
+ 2
Can you put an example here?
9th Aug 2019, 9:41 PM
Rishan [da_coder, semi-active]
Rishan  [da_coder, semi-active] - avatar