JavaScript 中的鼠标事件?

发布于 2024-11-09 04:08:41 字数 92 浏览 0 评论 0原文

我该如何使用 JavaScript 使图像跟随鼠标移动?我目前正在使用新的 HTML5 canvas 元素。 (我希望鼠标跟随的图像在画布上,我只想让它跟随鼠标的位置。)

How would I go about making an image follow the mouse using JavaScript? I'm currently working with the new HTML5 canvas element. (The image I want the mouse to follow is on the canvas, I just want it to follow the mouse's position.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

弥繁 2024-11-16 04:08:41

您可以将图像的位置与 onmousemove 事件联系起来,您可以在此处查看我的演示,了解如何使用常规 JavaScript 执行此操作:http://jsbin.com/ogabi3/2

类似 jQuery UI 的 位置 a> 实用程序将帮助提供与浏览器的冲突检测

You can tie the image's position to the onmousemove event, you can see my demo here for doing that with regular JavaScript: http://jsbin.com/ogabi3/2

Things like jQuery UI's position utility will help provide collision detection with the browser

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文