element-pixels-visible

How many pixels of an element is visible in the viewport

Usage no npm install needed!

<script type="module">
  import elementPixelsVisible from 'https://cdn.skypack.dev/element-pixels-visible';
</script>

README

element-pixels-visible

A method for getting the number of pixles of an element that is visible inside the browser.

build status Sauce Test Status modules status

npm badge

Usage

Pass an Element to the method to get the number of pixels visible.

elementPixelsVisible(document.getElementById('#foo'));

Attribution

This project is based on bv-ui-pixels-displayed with added support for IE8.

License

MIT