背景封面+视差

时间:2014-04-28 16:38:23

标签: jquery css fixed parallax cover

我制作了带有封面的固定背景的整页。

当我添加视差时 - 动画看起来很棒,但它落后了很多,我不知道为什么。 我有很好的电脑,所以不是这个问题,我以前做过其他视差而且没有落后。

这是什么解决方案?

BG

section#section-1{
background:url("../img/section-1-bg.jpg")50% 0px no-repeat fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
background-size:cover;
}

Parallax插件:jQuery Parallax 版本1.1.3

1 个答案:

答案 0 :(得分:0)

问题是background-size属性。当你删除它时,它应该运行顺畅。

有一个jQuery插件可以拉伸背景图像并使用比css background-size更少的资源。 http://srobbin.com/jquery-plugins/backstretch/