0

How can I implement this scrolling effect? As you see text is scrolling with delay. Can child view ignore or override scrolling by parent?

enter image description here

  • This is probably going to be needlessly difficult, as will be "pinning" the items to the top of the screen as shown. – Karakuri Jun 06 '16 at 13:48
  • 1
    hey Victoriia is this related http://stackoverflow.com/questions/26724964/how-to-animate-recyclerview-items-when-they-appear ? – PedroAGSantos Jun 06 '16 at 15:32
  • 1
    @PedroAGSantos no, it's not exactly what I need, but thank you. I decided to animate each view on start scroll and stop scroll, but I don't want to call notifydatasetchanged() while scrolling as recyclerview starts flickering and scrolling position is lost. – Viktoriia Chebotar Jun 06 '16 at 16:02

0 Answers0