proximity-js
v0.0.1
Published
A JS lib to get the proximity of mouse around a element
Maintainers
Readme

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 --saveor bower component
bower install proximity --saveExample
You can see a demo here: http://judsonbsilva.github.io/Proximity/
$('#node').proximity(function( info ){
console.log( info.m * 100 + '%');
});