Fade not slide?
| Project: | jCarousel Lite |
| Version: | 6.x-2.0-alpha2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Hello, many thanks indeed for all the work on jcarousellite - I was really happy to get something animating with this, my first ever jquery based content display =) with none of the hard work that is.
I now have the images sliding across using the following additional options:
auto: 3000,
speed: 0,
visible: 1,
What I am really hoping to achieve was the jcarousellite effect seen here: http://palestinefilmfest.com.
The documentation says that for Speed "Providing 0, will remove the slide effect".
But this doesn't seem to work for me? Perhaps the above film site is using a D5 version?
Either way, I would be much obliged if you had any tips towards moving to an easein/out effect rather than a scrolling effect.
Thanks again, mysty

#1
Hey mysty,
I'm using Drupal 6 on that site, and it's not a carousel. (Carousels have a UI.) This is a Views Cycle slideshow.
Someone more familiar with this module may help you with details, but I think you might need to specify an easing effect. The speed is the number of milliseconds you want the easing effect to last. If you set a high number, the slide will be slow and if you set a low number it will be quick. If you set 0, the slide won't happen... I imagine it just jumps abruptly from item to item?
#2
Hi bangpound,
thanks for straightening me out - I was sure you mentioned jcarouselite for your film site, somewhere.
I don't think the easing is ported to the 6.x version yet, but that is definately along the lines of what I look for. With "scroll:0" it is still pretty smooth, and I like the look a lot, but for this project I want the effect you have .. i.e. the easing.
Much appreciated :)
mysty