The transition parameters for navigation method don't accept null values as return type. Only the composable function allows null values for its transition arguments. So we can't return null for enter/exit Transitions for navigation method to use defaults.
Is this just an oversight in this gist or a bug in navigation-animation library?