KevinBatdorf / liquidslider

A Responsive jQuery Content Slider
161 stars 62 forks source link

continuous:false is not working simply #159

Closed sushilpal closed 9 years ago

sushilpal commented 9 years ago

i am using the following code

$('#main-slider').liquidSlider(
{
 continuous:false
});

in index.html

provided in master.zip

slider is scrolling continuously.

KevinBatdorf commented 9 years ago

Seems to be working fine for me. Want to show me an example? Are you sure you dont mean autoslide?

sushilpal commented 9 years ago

Thanks for quick response KevinBatdorf. working fine ,i am doing mistake. one more question how to stop cyclic scrolling.my requirement is ,scrolling start from 1 and go till 4 and back from 4 to 1 but not jump from 1 to 4.only forward and backward not cyclic .