Android shared elements transition pre-21

Jasper Lu picture Jasper Lu · Nov 18, 2014 · Viewed 8.9k times · Source

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"

Answer

Alex Lockwood picture Alex Lockwood · Nov 18, 2014

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.