How to build a news ticker?
-
I want to build a news ticker for our public displays showing breaking news. A message should slide from right to left as known from news TV. Are there any code examples available?
-
This one works VERY good with Quasar (even in UMD mode):
https://github.com/EvodiaAut/vue-marquee-text-component
It is smooth, gpu accelerated, mobile friendly and I had once 16 of them on one page and everything was OK.
-
@qyloxe
Thank you, looks great. -
@SB why not use the html
marquee
tag? -
@Hawkeye64 Good idea, keep it simple.
-
@Hawkeye64 said in How to build a news ticker?:
@SB why not use the html
marquee
tag?it obsolete
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/marquee
-
Found the same statement: Do not use it.