【发布时间】:2018-01-20 10:17:23
【问题描述】:
我知道如何在使用此源代码时在 android 中移动图像Move image in circle 这段代码在圆形移动图像视图中非常完美,但我想将飞机图片移动成圆形,我希望它看起来像飞机的真实运动。谁能帮帮我
【问题讨论】:
-
move the imageview in circle和move aeroplane picture in circle有什么区别?real motion of airplane到底长什么样?不清楚。 -
move the imageview in circle and move aeroplane picture in circle之间到底有什么区别:/ -
你可以应用圆形动画,如果你的真实动作是指一些特殊效果,那么你可以使用gif图像
-
@UsmanRana 先生,我有一张飞机的照片,我可以把它移动成圆形,但问题是它不遵循圆形的形状,你知道它应该像真正的飞机一样移动圆圈,但这里只有飞机在圆圈中移动的图像,它看起来不像真正的圆圈运动
-
这样的话飞机在做圆周运动时也应该转弯,对吧?但是你有 2D 图像而不是像统一游戏那样的 3D 模型。为了更好地查看,您可以使用 svg 或 gif 图片。
标签: android animation imageview