gpt4 book ai didi

javascript - 禁用拖放动画 Chrome/Safari

转载 作者:行者123 更新时间:2023-12-01 15:18:36 25 4
gpt4 key购买 nike

http://www.html5rocks.com/en/tutorials/dnd/basics/

在此处的示例中(滚动到底部并尝试最后一个示例),当您将元素拖出并且不将其放在任何地方时,它会被定位回其默认位置,并且有一个动画用于定位到其默认位置( Chrome /Safari)。我想禁用该动画。

webkit 是否有某种特殊属性,可以让我这样做?

最佳答案

在这里找到答案,它适用于我的情况
https://stackoverflow.com/a/51697038/1770586

In order to prevent the animation, you need the drop event to fire. For the drop event to fire, you need to call preventDefault() in the handler for dragover.


document.addEventListener('dragover', function(e) { e.preventDefault() })

关于javascript - 禁用拖放动画 Chrome/Safari,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32206010/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com