2

Google's Material design documentation specifies this navigation pattern (Parent-to-child transition animation), how can I start? There is a proposal using the makeSceneTransitionAnimation of ActivityOptions class, thus I don't know if it's a right solution. Are there other alternatives? or some library?

http://www.google.com/design/spec/patterns/navigational-transitions.html

MiguelHincapieC
  • 5,445
  • 7
  • 41
  • 72
Jesús Castro
  • 2,061
  • 1
  • 22
  • 26
  • You need to give us a lot more info- what exactly is it you're trying to do? When are you trying to do it? And what have you tried, what specific part of it are you having trouble with? – Gabe Sechan Apr 29 '15 at 18:39
  • The idea is if an user touches an ListView's item, the application makes a transition effect, such as Google suggests, and, then, it shows the item's view. The link has more information about that. – Jesús Castro Apr 29 '15 at 18:41
  • What kind of effect do you want? "Makes a transition effect" is unanswerably broad. – Gabe Sechan Apr 29 '15 at 18:43
  • Please, could you click the link? The title says Parent-to-child transition animation – Jesús Castro Apr 29 '15 at 18:45
  • ANd you need to define that. Do you want the child to expand to fill the window? The parent to fade out? A picture of a wizard to appear and shout "Shazam" as he makes it change to the child? "Parent to child transition" doesn't tell us what you actually want to see happen. – Gabe Sechan Apr 29 '15 at 18:48
  • @GabeSechan yes, the idea is that child can fill the window and it hides returning to its initial position on the ListView, as the link's gif suggests. Excuse me if you haven't understood me yet. For more information, there is another user asking about this too http://stackoverflow.com/questions/27235173/how-to-implement-the-parent-to-child-navigational-transition-as-prescribed-by – Jesús Castro Apr 29 '15 at 18:55

0 Answers0