angular-marquee icon indicating copy to clipboard operation
angular-marquee copied to clipboard

Marquee resets when text hits left of screen

Open RipleWare opened this issue 8 years ago • 4 comments

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>

RipleWare avatar Mar 07 '16 23:03 RipleWare

i have same issue in my application , is there any solution to that

wellaya avatar Dec 02 '16 06:12 wellaya

i also have same issue in my website, anyone help? Thx

tim7004 avatar Mar 27 '17 02:03 tim7004

I found that when I set fix width to the repeat items, it works.

tim7004 avatar Mar 31 '17 04:03 tim7004

So what was the final solution for this issue please? Code examples would be very helpful, thanks

abdulloh-abid avatar Jul 14 '17 11:07 abdulloh-abid