intersection-events
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "intersection-events", | ||
"moduleName": "IntersectionEvents", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Wrapper of IntersectionObserver", | ||
@@ -6,0 +6,0 @@ "main": "dist/intersection-events.es.js", |
# intersection-events | ||
Wrapper of IntersectionObserver | ||
```js | ||
import IntersectionEvents from 'intersection-events' | ||
new IntersectionEvents('.js-target', { | ||
onEnter: () => { | ||
// when element enter the window | ||
}, | ||
onLeave: () => { | ||
// when element leave the window | ||
} | ||
}) | ||
``` | ||
```html | ||
<script src="https://unpkg.com/intersection-events"></script> | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14012
20