I am trying to replicate the slide-up and tile-cascade transitions seen here using this jist with the polymer designer tool
The difference here is I want to use custom elements instead of tags. I created custom elements for each page and placed them all within a core-animated-pages.
I want all a grid of cards inside one of the pages to tile-cascade down and the core-scroll-header to slide-up just like in the above jist but every way I try to nest the tags to put the transition attributes on the desired children, nothing works. The only thing that works is setting the core-animated-pages transitions attribute to "cross-fade-all." Very frustrating since documentation/examples on tile-cascade is scarce.
- Example site: http://marissageoffroy.ored.net
- Github repo: https://github.com/ocorso/marissageoffroy