Relative Content

Tag Archive for cssreactjsjsx

Continuous scrolling ticker tape

I’m using CasparCG as a graphics engine and am making an HTML template using NXTEdition Graphics. I currently have a very simple template with a ticker scrolling at the bottom of the screen. When the ticker text ends it does not start over. I want it to be continuous not to have a blank space on the scrolling. I attempted duplicating the ticker-items, however it just created the gap after that instead. I’m pretty new to working with JSX.