Android BottomSheet Custom Animation speed

4.1k views Asked by At

Is there any way i could modify or set or override the exit animation duration of android bottomsheet component.

I tried getDialog().getWindow().getExitTransition().setDuration(int); but getExitTransition() throws NullPointerException.

Suggestions welcomed.

0

There are 0 answers