Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@noties noties released this 10 Mar 17:53
· 6 commits to master since this release

Changes and important changes

  • Added overscroll functionality
  • Header can now be a scroll container
  • setOnScrollChangedListener -> addOnScrollChangedListener
  • closeUp changed ObjectAnimator to ValueAnimator
  • closeUp and manual animators are now cached and returned the same instance (like ViewPropertyAnimator is done)
  • setMaxScroll() automatically sets autoMaxScroll to false
  • added default friction == 0.565F
  • works when inside a SwipeRefreshLayout
  • improved on fling over functionality