拖动时将 raphaelJS 对象对齐到 div

发布于 2024-10-10 09:52:57 字数 96 浏览 6 评论 0原文

嘿,我有一个 Raphael 对象和一个我希望它“捕捉”到的 div。我使用拖动事件来拖动对象,但是如果我释放该对象,则不会向浏览器发送任何内容。有没有办法让它“捕捉”到div?

Hay, i have a Raphael object, and a div which i want it to "snap" to. I'm using the drag event to drag an object around, but if i released the object, nothing is sent to the browser. Is there anyway to make it "snap" to a div?

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

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

发布评论

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

评论(1

霊感 2024-10-17 09:52:57

Raphäel 对象是 SVG,div 是 HTML 元素。您必须将 div 坐标和大小传输到 Raphäel 并在那里处理这些尺寸。它们都有一个 DOM Base,但随后进入不同的领域。就像鱼和鸟一样。

The Raphäel object is SVG and the div is a HTML element. You would have to transfer the divs coordinates and size to Raphäel and work with those dimensions there. They both have a DOM Base but then go off into different realms. Like fishes and birds.

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