cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.87k stars 3.8k forks source link

Infinite scroll: snap to closest LI #1102

Open bartb opened 8 years ago

bartb commented 8 years ago

I want to use iscroll-infinite to swipe through images and – after it stops scrolling – make it 'snap' to its closest image (or LI)... so everything is nicely aligned at the top. Using the option 'snap' gives me an error...

TypeError: undefined is not an object (evaluating 'this.pages[x].length')

I'm guessing that 'snap' option is not compatible with scroll-infinite, because of the caching or something?

Perhaps there is an other way?

weizs commented 7 years ago

I also have this problem, the solution #1095