与 Raphael 一起靠近元素时的鼠标事件
根据这个问题 Raphael - 鼠标靠近元素时的事件
我在另一个矩形周围创建一个不可见的矩形, 当鼠标悬停在那个大矩形上时,会出现一个圆圈。 但因为大矩形位于小矩形之上, 当鼠标悬停在小矩形上时,我无法处理另一个事件。
(如果小矩形在顶部,当我到达小矩形时该点将消失) 我还想与圈子一起举办另一场活动。
有什么解决办法吗? Hier 是 代码
According to this question
Raphael - event when mouse near element
i create a invisible rectangle around another rectangle ,
when the mouse is over that large rect, a circle will appear.
but because the large rect is on top of the small rect,
i can't process another event when mouse is over the small rect.
(if the small rect is on top , the point will disappear when i reach the small rect)
And i want also to have another event with the circle.
Is there any solution for this?
Hier is the code
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有点用较小的矩形来模仿较大矩形的事件:
Kind of mimicking the events of the larger rectangle with the smaller one: