有人可以提供一些 Raphael JS 事件的代码示例吗?
我不知道如何使用 Raphael JS 事件。
我需要一些例子。我看到文档并且必须传递一个函数,但不起作用。
有人可以提供一些如何获取画布中单击鼠标位置的示例吗?
编辑:我在Element
的文档事件中看到。这适用于纸张
吗?如何为 Paper
创建 mousedown()
事件?
I don't know how to use Raphael JS events.
I need some example. I see the documentation and a function must be passed, but is not working.
Someone can provide some example of how to get the mouse position of a click in the canvas?
EDIT: I see in documentation events for Element
. This will work for Paper
? How I create a mousedown()
event for Paper
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看Raphael 示例中的源代码。
这是另一个带有点击事件的示例:
取自缓动示例。
不过我不知道代码是否适用于版本 2
check out the source code in the Raphael examples.
Here's another example with a click event:
which is taken from the easing example.
I don't know if the code will work on version 2, though