【发布时间】:2014-04-28 16:38:22
【问题描述】:
我正在制作带有固定背景和封面的整页。
当我添加视差时 - 动画看起来很棒,但它滞后了这么多,我不知道为什么。 我的电脑不错,所以不是这个问题,我之前给别人做了视差,这并不落后。
有什么办法吗?
背景
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;
}
视差插件:jQuery Parallax 版本 1.1.3
【问题讨论】:
-
也许你会在this article找到答案
标签: jquery css fixed parallax cover