- Navigation Compose’s  `NavHost` now always uses ...
# compose
m
• Navigation Compose’s 
NavHost
 now always uses Crossfades when navigating through destinations. (I07049b/172112072) Is there no way to turn this off?? As in, I dont want any animation at all
k
I believe you have to use Accompanist and turn animations off there manually. Hopefully they turn default animations off inside NavHost in the future.
i
The only way to get jump cuts is to use Accompanist Navigation Animation, which lets you specify what animations you want to use
m
Alright, Thanks Ian!
and bogay!