aamirafridi / jQuery.Marquee

jQuery plugin to scroll the text like the old traditional marquee
http://aamirafridi.com/jquery/jquery-marquee-plugin
MIT License
961 stars 278 forks source link

Issue with the duplicated and infinite scroll #139

Closed dholakiyaankit closed 6 years ago

dholakiyaankit commented 6 years ago

I have been trying to get rid of this problem but some how unable to, and I can not see any options for this issue. if you look at this codepen .

The issue is width is big and content is less. So, after every one round the text is being added at the end which user can see. What I want to is infinite marquee without being added later.

Can you someone please let me know how to achieve this?

aamirafridi commented 6 years ago

If the content is too small, try duplicating it yourself a couple of times. e.g. https://codepen.io/anon/pen/vrLbMw

Ideally this plugin should check if the content is too small, than it should keep duplicate the content until it exceeds the container width. (easy to implement if you want to try and create a PR 😉)

At the moment there is no built in way