I have put the scroll on '1' but when the carousel turn, it stop 1 second, I'd like it turns without stop on each item.
Is it possible to have a fluid scroll like in flash interpolation?
Thanks in advance
I have put the scroll on '1' but when the carousel turn, it stop 1 second, I'd like it turns without stop on each item.
Is it possible to have a fluid scroll like in flash interpolation?
Thanks in advance
Comments
Comment #1
quicksketchI do not believe this is possible because the jCarousel library itself does not support fluid scrolling like you are describing: http://sorgalla.com/projects/jcarousel/. I'd suggest looking into a different library for your needs.
Comment #3
gabrielvhv commentedI got JCarousel to fluid scroll with these settings:
Auto-scroll after: 0,1 seconds
Animation speed: 3000 miliseconds
It's not a real fluid effect but that's the better I can find.
Biel