recycler-fast-scroll icon indicating copy to clipboard operation
recycler-fast-scroll copied to clipboard

Feature Request: Animator to show/hide handle by translating x

Open hendrawd opened this issue 7 years ago • 0 comments

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?

hendrawd avatar Jun 20 '17 14:06 hendrawd