- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018 09:43 PM
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:
Here it's fading out for some time:
Thanks,
Manideep Nadimpelli.
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2018 08:43 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2018 06:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2018 03:51 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2018 05:36 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2018 03:55 AM
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.