gpt4 book ai didi

javascript - jquery,如何在确定元素没有同时动画后对其进行动画处理

转载 作者:行者123 更新时间:2023-11-30 23:49:25 25 4
gpt4 key购买 nike

$("sth").not(':animated').animate();

这是在确定元素没有同时被动画化之后对元素进行动画化的最佳方式吗?

谢谢

最佳答案

取决于你想要什么,是的。虽然我很好奇 sth 选择器是什么:)

$("#id:not(:animated)").animate(); // Is another way to write it

或者,如果您只是想在它再次动画之前停止它,请使用 stop():

$("#id").stop().animate();

关于javascript - jquery,如何在确定元素没有同时动画后对其进行动画处理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1844442/

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