背景图移动,营造画面在移动的视觉效果

Posted sameer的史迪仔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了背景图移动,营造画面在移动的视觉效果相关的知识,希望对你有一定的参考价值。

//背景图移动,营造船在前进的视觉效果

背景设置repeat-y;

 

.page3_bg{
position:relative;width:100%;height:100%;
background:url(../image/page3_bg.png) repeat-y;
background-size:100% 603px;
background-position:0 0px;-webkit-transition:all 0.5s linear;
}

 

 

 


var nowY=$("#gamePage").css("background-position-y");
var newY=parseInt(nowY)+self.steps*self.stepsView;

$("#gamePage").css("background-position-y",newY+‘px‘);

以上是关于背景图移动,营造画面在移动的视觉效果的主要内容,如果未能解决你的问题,请参考以下文章

background

移动端适配之雪碧图(sprite)背景图片定位

移动端适配之sprite雪碧图背景定位

CSS设置背景图宽度100%,高度自适应

H5页面背景图被键盘挤压移动了位置解决方法

背景图设置