I have a information text area and it is represented in marquee right to left. But I also update text every 45 second and i want to restart the motion of marquee
How can i restart the moving of text when the text changed? I use angular js controller for update the text in every 45 seconds
You could simply just use javascript to remove the
<marquee>
tags and put another<marquee>
tag with new text every time.