When scrolling down or up, i need to preload data before the object gets in to view.
If i use offset:100px, it load after object gets in view by 100px. If i use negative offset, it does not work.
As I understand, jquery.inview plugin can do that if i need to preload images or something else.
When scrolling down or up, i need to preload data before the object gets in to view. If i use offset:100px, it load after object gets in view by 100px. If i use negative offset, it does not work.
As I understand, jquery.inview plugin can do that if i need to preload images or something else.