gpt4 book ai didi

jquery - 如何在页面加载前运行加载动画

转载 作者:行者123 更新时间:2023-11-28 18:28:47 25 4
gpt4 key购买 nike

完全像这个 - http://www.solasie.com/en/ .此外,我希望每次都加载动画,而不是第一次加载。

这里是相关的问题。

Display an animation while loading a page using JQuery

How to load animated gif before Flash load

编辑 1

我尝试使用以下代码。它显示错误。

<html >
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<title>Page Title</title>
</head>
<body>
<div id="loading">
<img src="counting30ll6.gif" >
</div>
<script type="text/javascript">
$(window).load(function(){
$('#loading').delay(10000).queue(function(){ $(this).hide();$(this).dequeue(); });
</script>
</body>
</html>

最佳答案

事实上,这个动画是在页面加载后运行的。将所有动画代码包装到一个函数中,然后将其绑定(bind)到 onLoad 事件。这会给您留下您想要的印象。

编辑这是一个小 jsfiddle,可能会给您一些指导。

jsfiddle.net/gBspY/

关于jquery - 如何在页面加载前运行加载动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14910927/

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