baoyongzhang / android-PullRefreshLayout

This component like SwipeRefreshLayout, it is more beautiful than SwipeRefreshLayout.
MIT License
2.07k stars 517 forks source link

Improve Material Animation #7

Closed fcannizzaro closed 9 years ago

fcannizzaro commented 9 years ago

Hi i like and use your libraries but I noticed that in the Material style the animation and the behavior is a little different than Google's one. If you can improve the animation it will be perfect! The differences are: 1) now when refresh starts the view is created up the listview/scrollview and not above (like a surface) 2) at the end the circle should scale and fade out instead of translate

like this http://material-design.storage.googleapis.com/publish/v_2/material_ext_publish/0B8v7jImPsDi-NllyUG1oSUx6XzA/070601_posSwipeYes_xdpi_v08b.webm

Thanks :smiley:

fcannizzaro commented 9 years ago

I just noticed that the new SwipeRefreshLayout is updated!