移除启动图。若config.xml里面配置autoLaunch为false,则启动图不会自动消失,直到调用此方法移除。
removeLaunchView({params})
animation:
内部字段:
{ type:"fade", //动画类型(详见动画类型常量) subType:"from_right", //动画子类型(详见动画子类型常量) duration:300 //动画过渡时间,默认300毫秒 }
api.removeLaunchView({ animation: { type: 'fade', duration: 500 } });