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

When wrap:true the slider starts with a .cloned panel #97

Closed beshur closed 12 years ago

beshur commented 12 years ago

Though the .cloned is not counted as real. Also when I click (or trigger click) on any of the arrows, the last slide is displayed.

The startPanel option does not help with this.

Has anyone met this?

Demo http://jsfiddle.net/beshur/mNYxQ/ You can see that the 'kitty' slide (which is the last one) is appended in the first place, though when clicking 'next' the second slide is displayed.

Thanks for any help.

Mottie commented 12 years ago

Hi beshur!

Hmm, I think this is definitely a bug... I'll fix this as soon as I can (tomorrow).

beshur commented 12 years ago

Thank you for reply, Mottie! That would be really great.

beshur commented 12 years ago

Fantastic! Thank you so much!