html-element-fractions

0.0.1 • Public • Published

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 );
 

Install

npm i html-element-fractions

DownloadsWeekly Downloads

2

Version

0.0.1

License

GPL v3

Last publish

Collaborators

  • cuss