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

/html-element-fractions/

    Package Sidebar

    Install

    npm i html-element-fractions

    Weekly Downloads

    4

    Version

    0.0.1

    License

    GPL v3

    Last publish

    Collaborators

    • cuss