获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
微信不要总推送垃圾消息,我谢谢你,每天让我关注答题,有毛病》?
【bug】animation.export() ios部分机型动画无效- 当前 Bug 的表现(可附上截图) [图片] 此为 iphone7p ip6s 表现情况 动画失效 系统11 - 预期表现 [图片] 此为正常动画机型ip7 ipx - 复现路径 var animation = wx.createAnimation({ duration: 500, timingFunction: 'ease', }) this.animation = animation; animation.scale(.3, .3).step() console.log(animation) this.setData({ animationData: animation.export(), hiddenSacleDialog: true }) - 提供一个最简复现 Demo
2018-09-12