call NavigationUI.setupWithNavController(bottomNavigationView, navController)
default fade in/out animation.
But, I want remove animation or change animation.
help me.
Add anim default files, you can change animation.
Like a below, disable animation.
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
</set>
Most helpful comment
Add anim default files, you can change animation.
Like a below, disable animation.
Ref: https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev/navigation/ui/src/main/res/anim/