mazedigital / Web-Ticker

A jQuery web ticker
https://maze.digital/webticker/
Other
172 stars 101 forks source link

Ticker Spacing #13

Open sbmuzammil opened 11 years ago

sbmuzammil commented 11 years ago

ticker losses continuous behavior once the ticker completes its round trip, on restarting ticker extra spaces occurs and suddenly spaces are covered by contents as the previous contents reaches left most boundary, the content length is more then 250 chars. kindly let me know any work around.

jonmifsud commented 11 years ago

Hi Am I correct in saying that you are trying to use a single item in the ticker which is 250 characters long? or you have more then one item?

There should be options available to resolve the issue if that's the case but I will try it out to be sure.

sbmuzammil commented 11 years ago

thank you for replay, items can be one or more without any limit, here is issue http://97.74.123.84:8080/ kindly help me,

RipleWare commented 8 years ago

I know this post is old but I have only just implemented this plugin and seem to be experiencing the exact same problem. The ticker seems to scroll fine, however, I am noticing that every so often the gap between the messages gets large. Then a large chunk of text will appear and the scrolling continues.

I am using an rss feed from yahoo news and populating my list using an Angular ng-repeat command. Other than this small imperfection, this plugin looks to be one of the best I've found thus far. Would be good to get this resolved.

Thanks