我想重复这个效果: http ://www.google.com/cultureinstitute/#!home (在 chrome 中查看,图像在 2-3 秒后开始缩放)
我尝试使用 jquery animate 和 background-size 属性来做到这一点:
$(document).ready(function(){
$('.bg').animate({'background-size':'105%'}, 5000)
})
但是图像在每个流行的浏览器中都会退缩
感谢任何帮助