如何使 gif 动画在网站加载时出现并在加载完成后消失?
我一直在这里使用该插件: http://contextllc.com/tools/jQuery-showLoading 当它是 ajax 请求或任何其他元素交互时效果很好,但是如何让动画在网站首次加载时出现并在加载完成后消失?
I've been using the plugin in here: http://contextllc.com/tools/jQuery-showLoading which works perfectly when it's an ajax request or any other element interaction but how to get the animation appear when the site is first loading and have it disappear after it finishes loading?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 javascripts onLoad 事件来显示动画,并使用 jquery .ready() 函数来删除它。 有关 onload 事件的更多信息 和 有关 .ready()-function 的更多信息
You can use javascripts onLoad event to show the animation and jquery .ready()-function to remove it. More about onload event and more about .ready()-function