IOS 和安卓createAnimation rotateY旋转的圈数一样?
发布于 4 年前 作者 guiyingyu 13232 次浏览 来自 官方Issues

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 回复

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

哥,你邀请我,我都看不懂。。。。

回到顶部