如何使用KineticJS | Canvas元素作为HTML背景。

时间:2013-07-24 09:13:25

标签: animation canvas background cordova kineticjs

我需要为Phonegap项目制作背景动画。我怎样才能做到这一点?我确实有一些初学Kineticjs技能,但我无法理解。

感谢。

1 个答案:

答案 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