A community member is trying to create a simple text marquee animation using GSAP that loops infinitely from right to left, but the animation is not working visually despite the transform property changing in the browser's developer tools. Another community member suggests building the animation in a flat file or Codepen first, and then transferring the idea into Webstudio once it's working.
I'm trying to create a simple text marquee animation using GSAP that loops infinitely from right to left. I've got the code set up, and I can see the transform property changing in the browser's developer tools, but nothing is happening visually.
<div class="container"> <span class="scrolling-text">This is my scrolling text.</span> </div>