Rotating taglines

Hi all, does anyone know how to create a rotating tagline on a landing page? Basically, I have a bunch of taglines for my application, and I want them to animate/slide in on loop, as you typically see on many commercial landing pages. Is it essential to build something with flash for this? I was trying to do it via workflows or conditional states, but getting lost in the mechanics. And I imagine doing it via html or flash might be better than doing it via workflows for workflow counts. Thanks!

Did you look at plugins? There’s probably something for that.
You could also do it in pure Bubble using states, list of text, group, set state action and display action and animate action. This depend if you are using a DB, option set or static text list.

All of that, if you use static text or OS, doesn’t cost WU because it’s all done client side.

maybe this is what you are talking about
https://codepen.io/bogdansandu/pen/abeKEKQ
You can implement the code easily

Hi all, thank you! I figured out that the Animate Text plug-in does this super well. Highly recommend.