微信小程序-今日头条案例项目为仿今日头条,运用了百度ApiStore接口查询数据,运用微信组件/api有封装请求方法,底部tab,启动页动画,loading,scroll-view,swiper,列表页支持上下拉加载更多>效果图:启动欢迎页,几行代码可实现旋转与缩放://flash.jsonReady:function(){//页面渲染完成varthat=this,duration=1500;varanimation=wx.createAnimation({duration:duration,});//step()方法表示一组动画的结束animation.scale(2).rotate(360).step();animation.scale(1).step();this.setData({animationData:animation.export()
2016/7/3 22:50:05
301KB
微信小程序
1