Hello
I was trying to use a headless fragment as the startDestination of a nested graph
This fragment containing some routing logic (hidden from the user, basically check if device has camera) to then navigate to other 2 possible fragments (check needed in many places, don't want to duplicate code)
This works great and I see it as quite elegant,
The issue comes when using enter/exit animations:
Can that headless fragment get the animations from the action that started it and use the same for the fragment that it starts? So that this routing would be totally transparent to the user?