Animation.rotateY(180) 不同机子为什么旋转方向不同?
Animation.rotateY(180)
开发工具(MacOS)逆时针;
iOS:顺时针;(iPhone XS Max)
Android:逆时针;(锤子R1)
复杂动画,顺时针逆时针就完全看运气了……
3 回复
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)