收藏
回答

IOS 和安卓createAnimation rotateY旋转的圈数一样?

let animationColse = wx.createAnimation({

duration: 700,

timingFunction: 'linear',

transformOrigin: '50% 50% 0'

})

animationColse.translate3d('-50%','-50%','500px').rotateY(540).opacity(0).scale(.3,.3).step()

安卓 旋转的了 540deg IOS 明显感觉没有540deg

iphone6 iphone11 ihpone X 都是试过

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容