1.0.4 • Published 3 years ago

wpify-lazy-load v1.0.4

Weekly downloads
6
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

Lazy loading helper

Usage:

import lazyLoad from 'wpify-lazy-load';

lazyLoad(document.querySelector('.lazy'), (element) => {
  doSomethingWithTheElementWhenVisible(element);
});
1.0.4

3 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago