How can I achieve a CSS text loading animation over multiple lines?
问题 I am trying to implement a text loading animation with CSS . what I have is a text with black color, then when the page loads the text will fill start filling with a red color over several seconds. The issue I am facing is that the text loading animation is working fine, but when the text ends and begins with a new line the animation text still continues on the same line. How can I fix this? code: body { background: #3498db; font-family: sans-serif; } h1 { position: relative; color: rgba(0, 0