【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
3 回复
你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。