how can I have a phrase (or separate words) scrolling horizontally on the screen without having the entire screen sliding to the side? I tried and the animation was great, but I couldn’t find a way to avoid the screen sliding.
I’m guessing you’re talking about the horizontal scrolling that appears when the text is outside of the main canvas? If so, just make sure the text is contained within an element (depending on your specific use this could be an entire section or just a div) and set it’s overflow to hidden:
If you run into issues, feel free to reply with your read-only link and I’ll take a closer look