How to do the new PlayStore parallax effect

前端 未结 6 531
栀梦
栀梦 2020-12-02 09:27

Does anyone know how can I achieve the new parallax scrolling effect - you can see the effect when you open an app on the PlayStore and try to scroll down, the content goes

6条回答
  •  再見小時候
    2020-12-02 09:42

    You could try this (FadingActionBar library): https://github.com/ManuelPeinado/FadingActionBar

    Try an example of this library on android: https://play.google.com/store/apps/details?id=com.manuelpeinado.fadingactionbar.demo

    EDIT: Rather than third party library use this AppBarLayout and CollapsingToolbarLayout http://android-developers.blogspot.in/2015/05/android-design-support-library.html

提交回复
热议问题