What is the unofficial name for this CSS effect?
In the video, there is text that shifts down at the end of the title "Plays well with others even...". I've tried Googling this effect but I can find it. Anyone have suggestions?
Solution:Jump to solution
Never mind, I eventually cobbled together my own solution without ever figuring out the name.
4 Replies
Solution
Never mind, I eventually cobbled together my own solution without ever figuring out the name.
Good to hear you figured it out. I don't know if it has a well-established name. But it's kind of a marquee (not the html element but the concept itself)
it works same as this one i guess https://stackoverflow.com/a/69228663/14056647
Stack Overflow
How can I make overflow text animate from left to right?
The concept is simple, when the text gets too long for the container, it would infinitely animate (scroll) from left to right, and repeat this processes after it reaches the end.
How should I go ab...
but with delays and linear animation