Has anyone managed to implement using Navigation A...
# compose
a
Has anyone managed to implement using Navigation Animation a version of Material Motion Fade Through?
1
c
I don't think the material animations are a thing for compose yet, but they should be coming soon IIRC
d
Both fade and scale that are needed by fade through are already supported as built in enter and exit transition. Here's a list of different material motions implemented by @Chris Sinco [G] https://gist.github.com/c5inco/796edc5d88e8561872380b61e6089c04
🦜 3