android / animation-samples

Multiple samples showing the best practices in animation on Android.
Apache License 2.0
2.56k stars 898 forks source link

Motion: Use MaterialContainerTransform #76

Closed yaraki closed 2 years ago

yaraki commented 2 years ago

Replace custom Transition implementations in the "Navigation > Fade through" demo with MaterialContainerTransform in MDC.

hunterstich commented 2 years ago

This looks good, Yuichi!

It's a bit confusing that this is under Navigation > Fade through since Material has a MaterialFadeThrough transition and this uses a MaterialContainerTransform, but I understand that renaming everything isn't a great option.

yaraki commented 2 years ago

That's a good point. I think the pattern used to be called "Fade through" in Material.IO when I originally made the sample. I renamed "Navigation > Fade through" to "Navigation > Container transform".