I’ve created a simple landing page. At the bottom, I have an infinite Marquee animation that I built following these two tutorials.
It was working before, but I had to edit the text and parameters and now it doesn’t loop. The loop box is checked… I’ve seen a couple of people in the community with similar issues but I still can’t figure this out.
It looks like you’ve removed the initial and end states in your interaction.
Adding 0px to the initial and end states fixes the animation.
It doesn’t loop perfectly though… Your best bet is to use 2 groups of text, add enough copies of the text to the first group so it covers the screen (or set the group to have a min-width of 100%) and then duplicate the group. Then have the interaction move both groups to the left by -100% instead of a fixed value.