简体   繁体   English

Safari 7背景图片消失

[英]Safari 7 background-image disappears

I have a website which is working fine in all browsers except Safari 7 For some reasons the background-image disappears randomly when the site is loaded.. When you scroll down sometimes they re-appear. 我的网站在Safari 7以外的所有浏览器中都能正常运行。由于某些原因,加载该网站时背景图片会随机消失。当您向下滚动时,它们有时会重新出现。 I've never seen anything like this. 我从未见过这样的事情。

The site is here http://fourseasonsrally.com/2/public 该网站位于http://fourseasonsrally.com/2/public

Any Mac user with 5minutes of spare time? 有5分钟空闲时间的Mac用户吗? Thank you! 谢谢!

Browserstack 浏览器堆栈

I'm trying to reproduce the issue ( I don't own a mac ), but browserstack is way to slow for debugging. 我正在尝试重现该问题(我不拥有Mac),但是browserstack是减慢调试速度的方法。

The problem was caused by a CSS3 Animation 该问题是由CSS3动画引起的

I was using animate.css to fadeInDown the different columns. 我正在使用animate.css来淡入不同的列。

<div class="col-md-4 animated fadeInDown">

Removing these animations fixed the problem. 删除这些动画可解决此问题。 No idea know what is causing this behaviour. 不知道是什么原因导致了这种行为。 I will look further into it 我会进一步研究

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM