CSS-Tricks / MovingBoxes

Simple horizontal slider which grows up the current box when it's in focus (image, title & text) and back down when it's not in focus.
http://css-tricks.github.io/MovingBoxes/
GNU Lesser General Public License v3.0
280 stars 147 forks source link

Blinking on scroll for infinite loop #116

Open nkovshov opened 11 years ago

nkovshov commented 11 years ago

Problem occurs when wrap=true and user goes from last item to first - white space arises on left side before scrolling. Like in this example: http://jsfiddle.net/Mottie/r6yWC/359/ Maybe anywho faced this problem and can suggest decision how make this scroll without blank space?

Sorry for my terrible English.

Mottie commented 11 years ago

Hi @nkovshov!

This is pretty much the same as issue #45... Fixing it would require more cloned panels, and I wasn't planning on adding more.