0.0.1 • Published 8 years ago
proximity-js v0.0.1
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 + '%');
});
0.0.1
8 years ago