我需要为Phonegap项目制作背景动画。我怎样才能做到这一点?我确实有一些初学Kineticjs技能,但我无法理解。
感谢。
答案 0 :(得分:0)
#canvas {
width:100%;
height:100%;
z-index:-1;
position:fixed;
top:0;
left:0;
}
.content {
z-index:1;
overflow:scroll;
height:100%;
}
有两个css我能做到这一点。谢谢:D