jQuery.Marquee icon indicating copy to clipboard operation
jQuery.Marquee copied to clipboard

Automatically detect whether content needs to be duplicated/scrolled

Open gRoberts84 opened this issue 8 years ago • 1 comments

Hi there,

Just working on a site which I have implemented jQuery.Marquee and on the whole, everything works perfectly however I came across the issue when my content is not wider than the container.

This results is the user seeing the duplicated content beside the original and the duplicate being moved and placed on the end/start to create the continuous effect.

Is it possible to detect within jQuery.Marquee whether the content is smaller than the container and to not implement the rest?

Thanks 😄

gRoberts84 avatar Nov 19 '16 04:11 gRoberts84

Have a look into the gap option. It might not be an ideal solution but I think it might help for certain scenarios.

nuke-ellington avatar Nov 22 '16 15:11 nuke-ellington