在其他图形之前加载背景图像
我真的很想在页面内的图像之前加载背景图像。
请参阅:http://carolineelisa.com/boy/animation/,我希望将纸质图像放置在其中在 gif 动画之前加载。
这可以通过 CSS 实现还是需要一些 Javascript 或 jQuery?
谢谢!
I would really like to load a background image before images within the page.
See: http://carolineelisa.com/boy/animation/, where I want the paper image to load before the animated gifs.
Can this be achieved via CSS or would it be a bit of Javascript or jQuery?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当然:这并不是万无一失的,并且在某些浏览器中结果可能会有所不同,但在大多数情况下它应该能提供令人满意的结果。
Granted: this isn't foolproof, and results may vary in some browsers, but it should deliver satisfactory results in most cases.
考虑在文档准备好后将动画 GIF 添加到 DOM 中。
Consider adding the animated GIFs into the DOM after the document is ready.