0.0.1 • Published 9 years ago

html-element-fractions v0.0.1

Weekly downloads
3
License
GPL v3
Repository
github
Last release
9 years ago

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