recycler-fast-scroll
recycler-fast-scroll copied to clipboard
Feature Request: Animator to show/hide handle by translating x
Problem: I want to style my handle using translateX, so it will get in from the right of the screen, and get out to the right of the screen.
I find it impossible to do with just @AnimatorRes int
but it can be done easily by java, because i can't get the screen width. Maybe VisibilityAnimationManager.AbsBuilder.withShowAnimator
and VisibilityAnimationManager.AbsBuilder.withHideAnimator
can accept AnimatorSet
object directly?