I like the animation that occurs when scrolling through posts in the Google+ app, but I can't work out how they achieve it.
What techniques are employed to animate posts as they appear? I'm not looking for the animation itself, just how I'd apply any animation to a list of scrollable items.
Thanks.
There's a library for that, it seems to do the job well: https://github.com/cuub/sugared-list-animations
After some testing I think I got something similar to work;
Scrolling down the list should trigger alpha animation once new
TextView
s become visible.