Polymer Chip-to-Card Pattern with core-animated-pages and a Long List
问题 Generally I'm finding it difficult to use the core-animated-pages Polymer element to implement a chip list to card type pattern when I have a very long list that scrolls the page. I think the difficulty is that once the transition has finished, the hidden portion is taken out of the layout and I'm having a hard time figuring out a way around this. Easy Illustration JSFiddle: http://jsfiddle.net/hmknv3jh/ On the output, scroll to the bottom and click a chip, the problem should be obvious.