Skip to content

afeiship/next-scroll-lazy-image

Repository files navigation

next-scroll-lazy-image

Scroll to load lazy image

usage:

import NxScrollLazyImage from 'next-scroll-lazy-image';
// create scroller instance:
this._resScrollImage = new NxScrollLazyImage( document, {
  interval: 800, 
  offset: 0, 
  threshold: 0 
});

Releases

No releases published

Packages

No packages published