0
votes

I'm attempting to create a page that looks like this, where the paper panel overlaps the main header section, then scrolls off the page as the user scrolls:

enter image description here

Polymer 0.5 supports pages like this with a <core-header-panel mode="cover">.

I don't see anything like this in Polymer 1.0, and I can't figure out how to recreate this effect.

Thoughts?

1

1 Answers

1
votes

core-header-panel has been renamed as paper-header-panel and it still has a cover mode. Source