Scrollable v1.3.0 Release Notes

Release Date: 2017-03-10 // about 7 years ago
  • 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