intersection-observer-debugger
v0.1.1
Published
<div align="center"> <img alt="demo" src="https://user-images.githubusercontent.com/1911623/91918354-0b2ef680-ec99-11ea-9250-e040d0f3be76.gif" width="600" /> <br/> </div>
Downloads
456
Readme
IntersectionObserver Debugger
A script you include during development that shows the root, target and intersection every time an IntersectionObserver is triggered.
Usage
Import the script from your html:
<script src="https://unpkg.com/intersection-observer-debugger"></script>
Or, intall the dependency and import it from JS:
$ npm install intersection-observer-debugger --save-dev
// index.js
import "intersection-observer-debugger"
Make sure to import it before any code that may use the IntersectionObserver constructor.
License
MIT