0.0.1 • Published 7 years ago

proximity-js v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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 + '%');
	});