Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android shared elements transition pre-21 [duplicate]

How can I implement shared elements transitions in pre-21 devices? I've more or less followed the guide here http://antonioleiva.com/material-design-everywhere/ but I get errors like "attribute transitionName only used in api level 21 or higher"

like image 974
Jasper Lu Avatar asked Nov 18 '14 00:11

Jasper Lu


1 Answers

There is no compatibility libraries that support shared element transitions. The best you can do is use the approach described in this video... however, note that it takes a lot more code to implement.

like image 64
Alex Lockwood Avatar answered Nov 08 '22 19:11

Alex Lockwood