square / mortar

A simple library that makes it easy to pair thin views with dedicated controllers, isolated from most of the vagaries of the Activity life cycle.
Apache License 2.0
2.16k stars 156 forks source link

Android TransitionManager #186

Open niqo01 opened 8 years ago

niqo01 commented 8 years ago

I am trying to use Android TransitionManager via transitionseverywhere for screen transition animations however I am having issues I have trouble understanding. I was wondering if you guys ever done that or if you know about a good sample? Otherwise I'll continue investigating..

loganj commented 8 years ago

It's pretty tricky with Mortar because TransitionManager caches Scenes wrapped around Contexts. We've done it by supplying a Context whose LayoutInflater we can dynamically configure, but we don't currently have a good sample to share.

ScottPierce commented 7 years ago

@loganj Has anything changed with this? A sample would be great. Either that or a better understanding of how you guys solved this issue.