gpt4 book ai didi

jQuery - 销毁动画

转载 作者:行者123 更新时间:2023-12-01 07:23:58 25 4
gpt4 key购买 nike

如何销毁在同一元素上创建的动画?

例如:我有动画

$('#sortable').animate({
paddingTop: 85
}, 100);

在同样的操作中我想销毁它,因为我不再需要它了。像这样的东西:

$('#sortable').animate('destroy');

但是这不起作用。

最佳答案

只需使用 stop()

$('#sortable').stop(true);// first argument removes all animations in the queue

关于jQuery - 销毁动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10829273/

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