我在 Titanium 工作,开发一个旋转的轮子。我需要将滚轮从图像的默认位置向下移动,然后在其新中心旋转滚轮(向下移动后)。
我怎样才能做到这一点 ?
这是我写的代码;但是当我向下移动它时,它不会旋转新的移动中心。
var image = Titanium.UI.createImageView({
backgroundImage:'test.png',
width: wheelWidth,
height:wheelHeight,
bottom:100
anchorPoint:{x:0.5, y:0.5}
});