Fragment shared element transitions don't work with ViewPager
My app contains a view which consists of a ViewPager consisting of a handful of fragments. When you click on an item in one of these fragments, the expected behavior is for the shared element (in this case an image) to transition to the fragment which displays more information about the clicked content. Here is a very simple video of what it should look like: https://dl.dropboxusercontent.com/u/97787025/device-2015-06-03-114842.mp4 This is just using a Fragment->Fragment transition. The problem arises when you place the starting fragment inside a ViewPager. I suspect this is because the