html-element-fractions
v0.0.1
Published
gets element and viewport visibility fractions
Downloads
4
Maintainers
Readme
html-element-fractions
gets element and viewport visibility fractions
this plugin is based on jQuery.fracs.
WARNING
This module is currently with WIP status!! It isn't ready for production use.
Installation
requirehit use html-element-fractions
Usage
Just add this module as a dependency on your .requirehit.js
, or use provided
installation command to do so.
Then you could use it directly with HTMLElement instances:
var element = document.createElement( 'div' );
element.parentNode = document;
setInterval( function () {
console.log( element.fracs() );
}, 1000 );