gpt4 book ai didi

javascript - 弹出对话框在 10 秒后隐藏

转载 作者:行者123 更新时间:2023-11-28 04:15:21 24 4
gpt4 key购买 nike

我在某个网站上工作,我使用 jQuery UI 来弹出对话框。

我想在 10 秒后关闭它,我使用了 fadOut 10000 ms 但它慢慢消失了。

Here is the link

查看源代码,请帮助我。

最佳答案

Keith 的版本是一个很好的方法,另一种可能更 hacky 的方法是这样的:

$("#modal").animate({opacity:1}, 10000, function() {
$(this).fadeOut();
});

这样,您就可以在一行中将需要完成的所有操作链接到模态...

关于javascript - 弹出对话框在 10 秒后隐藏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1372730/

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