is-near:计算鼠标位置是否靠近给定元素

时间:2024-07-12 05:14:15
【文件属性】:

文件名称:is-near:计算鼠标位置是否靠近给定元素

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-12 05:14:15

JavaScript

靠近 计算鼠标位置是否靠近给定元素。 它是跨浏览器兼容的: Chrome合金 火狐 歌剧 苹果浏览器 IE9 IE8 IE7 安装 $ component install pazguille/is-near 见: : 独立 此外,您可以使用独立版本: < script src =" is-near.js " > </ script > 如何 var isNear = require ( 'is-near' ) , box = document . getElementById ( 'box' ) ; document . addEventListener ( 'mousemove' , function ( ) { var near = isNear ( box , 50 ) ; if ( near ) { if ( near =


【文件预览】:
is-near-master
----.gitignore(17B)
----Makefile(166B)
----History.md(0B)
----index.js(3KB)
----standalone()
--------is-near.js(4KB)
--------is-near.min.js(1KB)
----README.md(2KB)
----component.json(428B)
----test()
--------index.html(2KB)

网友评论