bluelinelabs / Conductor

A small, yet full-featured framework that allows building View-based Android applications
Apache License 2.0
3.9k stars 343 forks source link

[Question] MDC Motion Transitions #637

Closed mradzinski closed 3 years ago

mradzinski commented 3 years ago

Hi there. Is it currently possible to use MDC Motion transitions such as MaterialContainerTransform with Conductor? I've already looked into the androidx-transitions module but couldn't seem to find a way of doing it.

PaulWoitaschek commented 3 years ago

Yes, just return a MaterialContainerTransform in the TransitionChangeHandler and you should be good to go.