alvarotrigo / multiscroll.js

multiscroll plugin by Alvaro Trigo. Create scrolling split websites. http://alvarotrigo.com/multiScroll/
Other
1.59k stars 367 forks source link

Jump to slide without cross all others #114

Closed tiago258 closed 6 years ago

tiago258 commented 6 years ago

Hi,

I would like to know if it's possible, for example, jump from first slide to last slide without cross all other sliders.

Do you think it would be possible to implement?

Thanks, Tiago

alvarotrigo commented 6 years ago

Sure set speed to 0. Scroll to whatever you want. Then set speed back to normal: Use the method $.fn.multiscroll.setScrollingSpeed(700);

tiago258 commented 6 years ago

Ok, thanks