Reputation: 2333
How to animate the items above a listView or grid according to the scroller in a ListView / GridView.
In the video below, an example of what I mean.
https://www.youtube.com/watch?v=BBCZ_Spn_Pg&feature=youtu.be
Upvotes: 0
Views: 68
Reputation: 661
The magic ObservableListView (Search on github) should help you. Then you can response to scroll events and animate/translate/fade the other views around or above your scrollable content.
Upvotes: 1