Hi,
Greetings to all...
I want to use fade effect with jCarouselLite qualities. Is it possible.
Needs:
- The image transition time should be fast.
- Image has to stay for 10 seconds.
Can anyone guid me for this please.
Geetha.
Hi,
Greetings to all...
I want to use fade effect with jCarouselLite qualities. Is it possible.
Needs:
Can anyone guid me for this please.
Geetha.
Umm... maybe I misunderstand what you want. But what of the things you requested isn't already supported by jCarousel Lite?
easing
option (You need to include the jQuery easing plugin). Check the Custom Animation - Easing Demo (on the right side of the page)speed
option (milliseconds) determines how fast the transition is animatedauto
option. This way the carousel autoscrolls and the time you specify in milliseconds is the time between two consecutive slidesCheck a demo here: http://jsbin.com/etena/ (Watch the code here http://jsbin.com/etena/edit)
You can't. With easing you can only set the method in which it slides, but jCarousselLite will always slide.
Ofcourse you can change the plugins' default behaviour to match your specific needs. Example here: http://snipplr.com/view/18326/jcarousellite-fade-animation/ (I didn't test this, but looks ok)