在圆形钛金属加速器中安排视图?

时间:2016-03-11 04:39:23

标签: appcelerator appcelerator-titanium

我是钛开发的新手。我想创建一个像image这样的视图。当用户点击共享按钮时,另一个视图需要以在该链接中执行的方式进行动画处理。任何帮助将非常感激。

2 个答案:

答案 0 :(得分:3)

看起来像路径菜单。以下是与Titanium一起使用的完整代码:

https://github.com/iantearle/Push-Pin

答案 1 :(得分:1)

您有多种方法可以实现这一目标:

  • 如果您使用View,则可以设置backgroundImage使用透明的PNG进行轮次View或不使用backgroundImage borderRadius View有圆borderRadius(我建议您将此模块用于Android,以畅通ImageViewhttp://gitt.io/component/com.miga.roundview

  • 如果您使用image,则juste将圆形图片添加到animate属性

对于动画,您可以使用View或ImageView的result = method1().method2().method3(); 方法:http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ImageView-method-animate

你在这里有一些例子:http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.Animation来使用动画