hey there,

I noticed that after all the items scroll by, there's some white space until they come back. how can I make it so that after the last item, the first one appears seamlessly?

cheers,
Luciano

Comments

domh87’s picture

anyone have any ideas on this one?

d2ev’s picture

Priority: Normal » Critical
dpl’s picture

Subscribe, this behaviour would be great...

kitt2012’s picture

Hello all,
I'd also like to see this functionality.
I believe that is isn't necessarily blank space at the end of the scroll, but the blank space at the beginning.
As the div that holds the list ie

scrolls across/up the page, the list is preceeded with a blank section. I think that it is this same section that is then repeated on subsequant rotations.

I'm not a js programmer so although I've looked through the code, i'm non the wiser. But if the list started as a fully displayed block initially, surely this would solve our problems.

Any thoughts?

xK

noloco’s picture

Subscribe - Anyone had any luck?

techno_aesthete’s picture

I am having the same problem using the horizontal scroll in Drupal 7.23. I have checked the box for "Remove whitespace" in the "Rewrite Results" section of the view's field configuration for both fields used in the view. That has had no discernible effect on the results. There is a long period between loops of the list where no content appears in the scrolling area.

memsis’s picture

This is not an empty space.

The module make your list pass trought the web page then once it's out on the view it send it back at the starting point.

You're white space exists to make the "infinite" magic possible. ;-)

poly-spiral’s picture

Issue summary: View changes

Subscribed.

maxplus’s picture

Yeah, would be great if there was some kind of repeating JS code like there is in the vTicker
=> It should be like this: the first item comes directly behind the last item etc... to create a real infinite Ticker

Maybe we should use another JS ticker?

maxplus’s picture

Hi Guys,

just found the solution:

1. I used the older 7.1 version of this module instead of the current 7.2 version
=> in 7.1 jscroller2 is used for the horizontal scrolling and that one is "endless"

2. In your View, you need to disable all field formatting using the Style settings of your fields and also disable "add default classes", otherwise you get some strange effects and only see two items scrolling

sgdev’s picture

Related issues: +#2704723: Refactor module

Check out the new patch we've written for this module, and let me know if you have feedback. I think we've made some improvements on how some of the options work, and also added some new options. The Marquee plugin might meet your needs. Thanks!

https://www.drupal.org/node/2704723