angular-marquee
angular-marquee copied to clipboard
Marquee resets when text hits left of screen
The marquee won't scroll as one continous feed. When the text scrolls from right to left and hits the left side of the screen, it continually resets and begins again. I am using the ng-repeat to feed my marquee content:
<div id="marquee" angular-marquee scroll="scroll" duration="duration">
<span ng-repeat="newsItem in newsItems track by $index">{{ newsItem }}</span>
</div>
i have same issue in my application , is there any solution to that
i also have same issue in my website, anyone help? Thx
I found that when I set fix width to the repeat items, it works.
So what was the final solution for this issue please? Code examples would be very helpful, thanks