I’ve been experimenting with trying to find ways to load a div into the browser that had text scrolling left to right. Think of a stock ticker or news bulletin that would be on screen during your nightly news. I’ve found a few resources but nothing really seemed to work until I stumbled across something called a marque. It looks like this:
<marquee>hello world</marquee>
Which if you load it into the before /body section of the page settings it will load at the very bottom. I’m looking for a way to position this like I would any normal div or HTML component.
I will follow up with this as well. For all intensive purposes the marquee feature has been deprecated from HTML5 and the other uses i’ve seen use keyframe animations.