Custom view controller transitions breaks liquid glass morphs

I'm using UIViewControllerAnimatedTransitioning to customize my view controllers transitions. When I push a viewcontroller on my navigation stack I need to have a fade in/out instead of the standard right-to-left transition. But having this code appears to break the liquid glass nav-bar buttons morphing from one screen to another.

Is there a way to keep these nice morphing and still have the a custom view controller transitions?

Custom view controller transitions breaks liquid glass morphs
 
 
Q