proximity-js

0.0.1 • Public • Published

alt text

Proximity

A new mouse event to you use with this jquery plugin! know when the mouse is near

Installation

npm package

    npm install jquery-proximity --save

or bower component

    bower install proximity --save

Example

You can see a demo here: http://judsonbsilva.github.io/Proximity/

    $('#node').proximity(function( info ){
        console.log( info.m * 100 + '%');
    });

Package Sidebar

Install

npm i proximity-js

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • judsonsilva