Line Rainbow text

Is there a way to animate text with css to do directional gradients similar to this picture?
No description
2 Replies
MarkBoots
MarkBoots5mo ago
you can clip text to the background. so you can create the gradients as bg image animating it will be a bit more difficult. you could use js to update custom properties or use the css @property (not fully supported yet)
ChooKing
ChooKing5mo ago
https://codepen.io/chooking/pen/WNmjmVJ This is not the exact thing you want, but it gives you an idea of how it works.