Hey! I brought Banner-15 to my project and I was wondering what is the way to reverse the animation on it. So instead of the text running left to right, it runs right to left. I thought it would be as simple as changing the start position of the marquee, but it doesn't work well. Any tips? https://www.relume.io/components/banner-15
I guess you would need to change the animation itself in the interactions panel
If u share a read-only link I can try to help!
Hi Emily M.. Thanks for the help. It would be great. I tried changing the starting point in the animation, but it does not work really well and I'm unsure why. Here is the link 馃檪 https://preview.webflow.com/preview/amazing-folio?utm_medium=preview_link&utm_source=d[鈥o&preview=8d33493f92859bba0148edfaa21f79b9&workflow=preview
Yeah that is weird! I don't know why it's not working. Seems like it would be a really simple fix
right? 馃槥
Not a problem 馃槉
Right. I had some thought about this and I found a way out 馃檪 it was simpler than I thought and I鈥檓 happy it works. In the interaction panel, we were right about changing the initial position to -100% instead of 100%, but there was one extra step we were missing, which was to change the alignment of one of the parent divs. Originally, for the marquee to run left to right, .banner_component needed to be aligned to the right. By alining .banner_component to the left it makes possible for the marquee to run right to left with no gaps. Mystery solved. Thank you all for contributing