11111h5.whenAddPage = function(){
this.addComponent('slide_up',{
bg:'imgs/footer.png',
css:{
opacity:0,
left:0,
bottom:-20,
width:'100%',
height:'20px',
zIndex:999
},
animateIn:{opacity:1,bottom:'-1px'},
animateOut:{opacity:0,bottom:'-20px'},
delay:500
});
}
添加回答
举报
0/150
提交
取消