ryrych / rcarousel

yet another jQuery UI carousel
http://ryrych.github.com/rcarousel/
171 stars 48 forks source link

Change in easing animation #31

Closed jaybadZ closed 12 years ago

jaybadZ commented 12 years ago

In attempt to set up a layout that displays 8 thumbnails stacked on top of each other, I altered the CSS of the carousel. In doing this, the easing of the animation has been altered as well. An example of this can be viewed here:

http://dev.media-comm.com/

How can I restore the original animation? I have tried changing the speed and this has not helped the issue.

ryrych commented 12 years ago

You can’t brake the flow inside the carousel. The only solution I can think of is to run two instances of carousel, controlled simultaneously.

jaybadZ commented 12 years ago

Ok, thanks for the reply.