在钛滚动视图元素上创建此效果

时间:2017-01-13 15:29:48

标签: javascript android ios scrollview appcelerator-titanium

我在一些应用程序中看到了这一点。

在此图像中有一个带字母A的区域。当我向上滚动时,标签向上移动直到它到达顶部。然后它停留在那里,文本的其余部分在带有字母A的标签下滚动。 然后是一个带有字母B的标签,它向上滚动直到它碰到标签A.当发生这种情况时,标签A向上移动并被标签B替换。

Label A in the home position

label A hase reached the top

label B hase reached label A

label B pushes label A up

label B hase replaced label A

如何在appcelerator studio中使用JavaScrip创建此效果?

1 个答案:

答案 0 :(得分:0)

您可以通过使用部分使用TableView来完成此操作。请查看http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TableView,了解如何执行此操作。