当 div 动画时,jsPlumb 没有正确添加 EndPoints

发布于 2024-12-25 20:35:22 字数 267 浏览 1 评论 0原文

当节点 div 动画时,jsPlumb 似乎错误地放置了 EndPoints。端点(最初)放置在 [0,0] 处,并且不连接到移动的 div。

当拖动 div 时,端点会更新并正确附加到 div。这个问题在这个小提琴中得到了演示。

http://jsfiddle.net/rishabhsagar/aT63t/27/

请帮忙!

jsPlumb seems to incorrectly place the EndPoints when the node div is animated. The endpoints are placed (initially) at [0,0] and not connected to the moving div.

When the div is dragged, then the end points get updated and attah to the divs correctly. The problem is demostrated in this fiddle.

http://jsfiddle.net/rishabhsagar/aT63t/27/

Please help!

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

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

发布评论

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

评论(1

流年里的时光 2025-01-01 20:35:22

这是因为 jsPlumb 不希望第三个参数是字符串;它正在等待一个物体。

试试这个小提琴:

http://jsfiddle.net/sporritt/QpLJU/10/

i只是用 {duration:"slow"} 替换了“slow”。

it's because jsPlumb is not expecting the third argument to be a string; it's expecting an object.

try this fiddle instead:

http://jsfiddle.net/sporritt/QpLJU/10/

i just replaced "slow" with {duration:"slow"}.

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