废话不多说了,先给大家展示下效果图:
这是iOS下的效果,android下完全一致。通过do_GestureView组件和do_Animation组件,deviceone能很容易实现复杂的跨平台纯原生动画效果,这个示例就是通过手势控制图片上下动画滑动实现开合效果,还支持声音效果。
下面是主要的代码
=json_define.length) currentIndex=0;
nextView=json_define[currentIndex].view;
for(var i=0;iopening");
});
});
do_Page.on("PrePagemoveing",function(){
currentView=json_define[currentIndex].view;
currentIndex--;
if (currentIndex<0) currentIndex=json_define.length -1;
nextView=json_define[currentIndex].view;
currentView.fire("closingHead","PrePagemove");
});
do_Page.on("PrePagemove","PrePagemoved");
});
do_Page.on("PrePagemoved",function(){
for(var i=0;iopening");
});
});
原文链接:https://www.f2er.com/js/49123.html