Dynamic scroll in Current status widget in Service portal

ManideepN
Tera Contributor

Hi all,

I am trying to  implement Dynamic scroll for the current status widget. I used Marquee tag for that, but the screen is fading out for some time and the scroll is again starting from first one. I need first one has to be attached to last in queue and second one comes to first as " train details display in railway stations". Is any one worked on this one previously, If any please let me know how to implement this one.

Here outages dynamically scroll upwards: 

find_real_file.png

Here it's fading out for some time:

find_real_file.png

 

Thanks,

Manideep Nadimpelli.

 

 

1 ACCEPTED SOLUTION

If you're willing to get your hands dirty, there's a jQuery implementation described here which could easily be modified to do what you need: https://codereview.stackexchange.com/a/186485

 

Or, even better, there's a plugin to do it here: https://www.aakashweb.com/jquery-plugins/easy-ticker/. Getting that integrated should be pretty easy.

View solution in original post

9 REPLIES 9

Surendra Raika1
Kilo Guru

Marquee CSS or HTML ??

 

i see a lot of articles saying not to use marquee html.

 

I tried this sort of ticker for incidents..but that's eating a lot of white space ...doesn't like this personally..

but there is no such issue ..

 

find_real_file.png

Hi surendra,

 

Yeah I too have seen some articles suggesting that not you use Marquee html tag, but as of now I didn't find any better way. Can you say how you implemented that "Incident ticker"

 

Thanks for responding.

 

Thanks,

Manideep Nadimpelli. 

benjamin_alldri
Mega Expert

marquee won't work in HTML, it was removed from the specification (along with blink), and insofar as I'm aware, all major browser rendering engines dropped support quite some time ago. They're considered to be hugely antisocial from a UI design perspective and are heavily discouraged for use.

 

Have you got some kind of animated example of what you're trying to achieve?

Hi benjamin,

 

First thanks for responding, I am trying to achieve dynamic scroll in the status widget. As the outages move upwards one after another. 

 

Thanks,

Manideep Nadimpelli.