2.2.1 • Published 2 months ago

@meteora-digital/lazy v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Lazy Load

Note: version 2.0.0+ has updates that will break previous versions, updates to your code will be required.
yarn add @meteora-digital/lazy
import Lazy from '@meteora-digital/lazy';

window.Lazy = new Lazy({
    offset: 500,
});

window.Lazy.watch('selector');
  • selector is a string
  • offset is a pixel value from the bottom of the screen
2.2.1

2 months ago

2.2.0

9 months ago

2.1.1

1 year ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago