沿着Y轴旋转的动画rotate3d在ios里不生效
反馈一个 Bug
沿着Y轴旋转的动画rotate3d没有生效,但是安卓可以的
var animation = wx.createAnimation()
animation.rotate3d(0, 1, 0, 360).step()
this.setData({
animation: animation.export(),
})
反馈一个 Bug
沿着Y轴旋转的动画rotate3d没有生效,但是安卓可以的
var animation = wx.createAnimation()
animation.rotate3d(0, 1, 0, 360).step()
this.setData({
animation: animation.export(),
})