Closed AlexBurdu closed 5 years ago
You can set custom animations with your own duration for show/hide actions:
listView.setOnTouchListener(new ShowHideOnScroll(fab, R.anim.custom_show, R.anim.custom_hide));
There is a section in readme: Show/hide when user scrolls down/up
Any way to set the speed at which the button fades off the screen? I looked through the javadoc and couldn't find anything.