proximity-js
v0.0.1
Published
A JS lib to get the proximity of mouse around a element
Downloads
3
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 --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 + '%');
});