Cícero Moura
Cícero Moura

Reputation: 2333

Animate views according scroller in a listView / GridView

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

Answers (1)

Mann
Mann

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

Related Questions