Note: only when mode="cover" does this seem to fail, i.e. mode="tall" is fine.
If you remove the content from the second page's <section> it doesn't have any issues.
Also, this seems to be the most broken on chrome, firefox sort of obscures the bar it seems like, but I didn't test extensively.
I came across this issue because I had a centered <img> with about 200x200 dims which I wanted to cover the center of the toolbar on transition, but after transition, the toolbar would disappear. After some experimentation, seems to be for any content below the <core-toolbar>.
It seems that a
hero-transition
from one animated page to one with a<core-header-panel mode="cover">
breaks the panel/toolbar.I am able to reproduce the behavior with something like this:
Here are some basic styles, perhaps something is conflicting, I don't know:
Note: only when
mode="cover"
does this seem to fail, i.e.mode="tall"
is fine.If you remove the content from the second page's
<section>
it doesn't have any issues.Also, this seems to be the most broken on chrome, firefox sort of obscures the bar it seems like, but I didn't test extensively.
I came across this issue because I had a centered
<img>
with about 200x200 dims which I wanted to cover the center of the toolbar on transition, but after transition, the toolbar would disappear. After some experimentation, seems to be for any content below the<core-toolbar>
.Polymer is awesome, keep up the good work!