+ 2
How do you make text infinitely fade into a different color using CSS?
6 Réponses
+ 6
Try using @keyframes with 'from' and 'to' tags manipulating the 'color' property. It's in CSS animations tutorial.
+ 5
What do you mean by 'infinitely'?
+ 2
It happens over and over again slowly forever
+ 2
Ok
+ 2
Can you put an example here?