Wilto / Dynamic-Carousel

A carousel plugin built for responsive layouts. There are many like it, but this one is mine.
matmarquis.com/carousel/
472 stars 112 forks source link

Issue with previous transition in Firefox #41

Closed jawinn closed 12 years ago

jawinn commented 12 years ago

When clicking previous, the slide will move above 50 pixels, stop, and then animate the rest of the way. It looks fine in Chrome and the "next" transition is fine. I commented out the following to fix it:

"-moz-transition" : transition,

Also, you should mention on the docs that the custom previous and next links should have an HREF set to the slider ID. Otherwise the links/arrows won't work.