2014-04-07 31 views

回答

1

你需要把background-size: cover;@keyframes。这里是一个小提琴:http://jsfiddle.net/Ex2mT/

@keyframes animation{ 
    0% { 
     background:url(...) no-repeat top center fixed; 
     background-size: cover; 
    } 
} 

重复这个你有每个百分比。

+0

它工作正常,但你知道它为什么不工作的Firefox或“IE” –

+0

你的浏览器特定的CSS,你加了'背景大小:盖;'每个浏览器的特定关键帧? –

+0

为您需要使用多个背景并更新背景位置的其他浏览器。切换背景图像不起作用,也不在FF/moz中,也不在webkit中,但实际上在IE11和Opera中 –