gpt4 book ai didi

jquery - 我想使用一个 jquery 动画两次更改一个元素的高度,但我不能。怎么做?

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

我想使用一个 jquery 动画两次更改元素的高度,但我不能。怎么做?

我正在使用代码:

$("#animate").click(function() {
$("#content")
.animate({"height": "200px"},{"queue": true, "duration": 500})
.animate({"width": "250px"}, {"queue": true, "duration": 500});
.animate({"height": "100px"},{"queue": true, "duration": 500})
});

什么也没发生..但如果我删除任何一个高度动画,它就可以正常工作。提前致谢..

最佳答案

您需要删除;:

.animate({"width": "250px"}, {"queue": true, "duration": 500}); // <-- Here

关于jquery - 我想使用一个 jquery 动画两次更改一个元素的高度,但我不能。怎么做?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15918557/

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