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

Continues sliding instead of rewind #40

Closed aguieb closed 12 years ago

aguieb commented 12 years ago

First of all, I want to thank you for posting your code online. It’s been very useful for me my learning curve to understand Jquery.

What I am posting is not an issue but just wanted to see if this is doable.

According to your latest fix when the wrap option is set to true the scrolling image will rewind to the first image.

Question: Instead of a rewind look and feel, is it possible just to continue looping the image so it seems streamless?

Any thoughts?

Mottie commented 12 years ago

Hi @aguieb!

Actually it is possible and I've been working on this addition (on and off). I'm having a problem with a few bugs that occur when dynamically adding or removing panels. So, please stay tuned.

On another note, this feature request is actually a duplicate of issue #28, so I'm going to close it. Thanks for sharing though :)