andkulikov / Transitions-Everywhere

Set of extra Transitions on top of Jetpack Transitions Library
Apache License 2.0
4.83k stars 486 forks source link

Explode Mode In #85

Closed sagarpatel288 closed 6 years ago

sagarpatel288 commented 6 years ago

Explode mode IN seems not working properly or can we have an example of it? Regards, Sagar

andkulikov commented 6 years ago

Mode IN is what will be performed when you had no views and then added new views into a transition container. I would instead ask you to provide an example when you think it is not working so I will be able to point out where is the mistake. Can you do it?

sagarpatel288 commented 6 years ago

@andkulikov Thanks for the reply brother but you can close this thread. I misunderstood the concept of mode IN. I was expecting the reverse effect of mode OUT, like views would travel towards the centre of the screen.

However, I would like to know if we can get black hole type animation on all recyclerView items where all items would travel towards the centre of the screen. Something like what happens in circle menu here:

https://github.com/BrotherV/Floating-ArcMenu

Thanks. Best Regards, Sagar

andkulikov commented 6 years ago

Slide can be used for moving all the items into on of the sides(like top or left/bottom corner), but you can't use it for moving into centre of the screen as being finished in the centre of the screen hard to be considered as "disappeared"