I am interested in creating a unique effect similar to what is showcased on this website or in the main menu of Colin McRae Rally 2.0.
My goal is to generate a path
and animate text along it, with the letters wrapping around to the start as they reach the end of the path.
After examining the HTML code of the first example, I noticed that JavaScript was used to achieve this effect. Although I prefer to avoid using JS if possible, it's not a requirement.
I apologize for the vagueness of my question as I don't have any specific code to present. It seems like my challenge lies in identifying the correct search terms to find the necessary resources for implementing this concept.