+ 3
How do you move text in a direction continuously in HTML, CSS, JS?
I am making an endless runner and the text serves as the building. I want it to move left and then teleport back to the right of the screen once it is off screen or close to it.
2 ответов
+ 1
Use html tag like this:
Or use css :
https://code.sololearn.com/WwxMOk1X7DSl/?ref=app
https://code.sololearn.com/WoyJOm245D6J/?ref=app
+ 7
This is what I use: https://www.sololearn.com/learn/CSS/2253/?ref=app