[]Tween缓动在移动端效果的问题
利用Tween类实现物体的旋转,在浏览器中效果看起来很平滑,但在手机上效果看起来有卡顿,不知道怎么回事?
代码如下:
TimeLine.to(btn2, {rotation:5}, 1500).to(btn2, {rotation:0}, 1500).to(btn2, {rotation:-5}, 1500).to(btn2, {rotation:0}, 1500).play(0, true);
代码如下:
TimeLine.to(btn2, {rotation:5}, 1500).to(btn2, {rotation:0}, 1500).to(btn2, {rotation:-5}, 1500).to(btn2, {rotation:0}, 1500).play(0, true);
没有找到相关结果
已邀请:
要回复问题请先登录
7 个回复
Aar0n
赞同来自:
freedom6718
赞同来自:
Aar0n
赞同来自:
freedom6718
赞同来自:
freedom6718
赞同来自:
xutao1224
赞同来自:
Aar0n
赞同来自: