0

As per Google's material design specs, under Animation - meaningful transitions

https://material-design.storage.googleapis.com/publish/material_v_4/material_ext_publish/0Bzhp5Z4wHba3RXRFb0tRZEZDUUU/animation_meaninfultransitions_considerations_do.webm

Sometimes wish they could provide some sample codes right beside the design specs..

I couldn't find anything on google, probably because I am not sure what keywords to use.

Thanks!

Bruce
  • 2,357
  • 5
  • 29
  • 50
  • Have you checked this library? It does a pretty good job. https://github.com/lgvalle/Material-Animations – F43nd1r Apr 11 '16 at 01:37
  • I found that too, but doesn't seem to have this particular animation where tapping on a list item expands it into view – Bruce Apr 11 '16 at 01:39

1 Answers1

0

The example that you linked appears to be using a reveal transition animation with a shared element between two Activities. For details on how to get your feet wet, take a look at the Android training documentation on Defining Custom Animations.

Ryan
  • 3,414
  • 2
  • 27
  • 34