装载机问题
我想知道是否有可能有一个加载程序将运行直到页面中的所有图像都加载到页面上。 我有一个网站 http://ranjoy.athost.net/ 其中有一些 png 大尺寸图像,我希望在动画开始之前加载所有图像....请帮助
I want to know whether it is posible to have loader which will run till all the images in the page been loaded to the page . I have a website http://ranjoy.athost.net/ which is having some png large size images, i want all the images to load before the animation start .... plz help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过这种技术
http://www.filamentgroup.com/lab/update_automatically_preload_images_from_css_with_jquery/
会做你需要的。
Have you tried this technique
http://www.filamentgroup.com/lab/update_automatically_preload_images_from_css_with_jquery/
Will do what you need.
如果我理解正确,这将完成工作
编辑:使用回调并在页面中的所有图像加载时调用。 如果您只想等到某些图像加载完毕,您可以尝试此操作
,并为所有动画图像提供这样的动画类
If I'm understanding you right this would do the job
edit: a callback is used and is called when all the images in the page have loaded. If you wanted to wait only until certain images have laoded you could try this
and give all your animation images a class of anim like this