IOS12 上动画无效果

发布于 6 年前作者 yongcai7655 次浏览最后编辑 6 年前来自 ask

IOS12 上动画无效果

let animimate = wx.createAnimation({

  duration: 500,

  timingFunction: ‘ease’,

})

animimate.scale3d(2,2,2).step()

this.setData({

  animimate: animimate.export()

})

2 回复
fanxia
fanxia1 楼6 年前

我也是遇到这个问题,就是在ios12上动画没有效果

shaofang
shaofang2 楼4 年前

请问问解决了么。目前试的也是在ios12上完全没有效果