Jquery scrolling image top to bottom direction

Posted by Geetha on Stack Overflow See other posts from Stack Overflow or by Geetha
Published on 2010-03-15T12:10:34Z Indexed on 2010/03/15 12:39 UTC
Read the original article Hit count: 316

Filed under:
|

Hi,

I have the following code to scroll images in vertical direction (uses jCarouselLite)

Code:

$('#image').jCarouselLite({
    speed:    1000,
    visible:  1,
    circular: true,
    auto:     5000,
    scroll:   1,
    vertical: true
});

Needs:

This code allows the image to scroll bottom to top direction. I want to scroll image in reverse direction.[Top to Bottom]

Geetha.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jcarousel