Closed joxad closed 8 years ago
Hi @joxad ,
Henson is used to create the intent. That bundle with options for the transition is not part of the Intent, so It has nothing to do with Henson:
Intent intent = Henson.with(activity).gotoActivityUser().build();
startActivity(intent, options.toBundle());
Ah yes stupid me ! TU
Hi, I am currently using transition with SharedElement, and I have not found a way to add Options to make transition. For exemple, if I want to share my icon user :
Is there a way to add something like :