Scrollable v1.3.0 Release Notes
Release Date: 2017-03-10 // about 8 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