jQuery.Marquee
jQuery.Marquee copied to clipboard
Speed is still dependent on width of contents
Continuing from #1
when using duplicated: true the speed is not same anymore
duplicated the test case above and added extra option
http://jsfiddle.net/GiorgosK/1ohk07vw/
@GiorgosK I have asked the Dev. the same question. according to him, speed is changed automatically according to content. and he suggested me to use speed or duration according to my usage. but this thing is confusing
Update (20 Feb 2013):
- The plugin is improved to adjust the speed according to the length of the text automatically. For more details read: https://github.com/aamirafridi/jQuery.Marquee/issues/1
- 'duplicated' option added. See the details below in Options section.