-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get current elements in viewport. #103
Comments
The short answer is no since I haven't coded a specific feature that tells you when an element is visible in the scroller and when it's not visible. I don't think it would be impossible to implement such a method though, and I think it's an interesting idea. :-) You could have a method that returns all visible elements. But before I mark this as a future enhancement I'd like to know more about how it would be used and why it would be a useful function? That way it will be more likely that I write something that is truly useful. |
thats not my call then :) What I did to solve that issue is by capturing "Stop" event. Anyway, great plug-in. Good work mate. Thx |
Please do. It would help tremendously with slideshows with large amounts images as it would facilitate implementing a lazy load functionality |
Need some lazy and deferred function. Yes. Becouse when you have a lot of images we have problems with load all stuff and wait and wait and wait. The basic idea is this. Once the current image has reached viewport - we loading next images (2-3) etc. |
Check out this: http://www.appelsiini.net/projects/lazyload Met vriendelijke groeten, Warm regards, Jan-Dirk Schuitemaker On Sun, Nov 9, 2014 at 10:33 AM, napishu [email protected] wrote:
|
@jdschuitemaker how it make work with Smooth-Div-Scroll? My Smooth-Div-Scroll located in the header. See problem #183 |
Hi guys,
Is there any way to get the elements that display in viewport?
I want to add auto adjust feature to always make the nearest element be placed in the middle.
Thanks.
The text was updated successfully, but these errors were encountered: