-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App-header display none #280
Comments
If the header isn't render, you can notify visibility change by implementing |
Calling Demo |
@tktr You'll need to call |
This just bit me as well. Needing to call |
Description
If the app-header is initialized while having display: "none", it won't work properly when it's display is set later. This also means that having two app-headers on different pages in an iron-pages or neon-animated-pages will result in one of the two not working properly (the one which was on the hidden page while opening the app).
Expected outcome
The toolbar resizes, scroll-effects like waterfall etc. show as usual.
Actual outcome
No animations are shown, the toolbar doesn't resize as intended.
Live Demo
Will add later.
Steps to reproduce
3.It won't work properly.
Browsers Affected
The text was updated successfully, but these errors were encountered: