Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

polymer core-animated-pages missing content attribute #25

Open
gertcuykens opened this issue Oct 6, 2014 · 0 comments
Open

polymer core-animated-pages missing content attribute #25

gertcuykens opened this issue Oct 6, 2014 · 0 comments

Comments

@gertcuykens
Copy link

Right now I do somthing like this

    <core-drawer-panel responsiveWidth="5000px"> //<= My Hack

                <my-form drawer iDB="{{iDB}}" iLoad="{{iLoad}}"></my-form>

                <core-scroll-header-panel main fit noDissolve keepCondensedHeader condenses>

                    <core-toolbar layout horizontal class="tall" on-tap="{{home}}">

                        <core-icon-button id="drawerButton" icon="shopping-cart" on-tap="{{drawer}}"></core-icon-button>

                        <paper-tabs class="blue bottom fit" selected="{{activePage}}">
                            <paper-tab>about us</paper-tab>
                            <paper-tab>the beanies</paper-tab>
                            <paper-tab>the people</paper-tab>
                        </paper-tabs>

                    </core-toolbar>

                     <core-animated-pages fit content transitions="slide-from-right" selected="{{activePage}}" style="margin-top:192px;"> // <= My other hack

                        <section>
                     ....

Can core-animated-pages make a content attribute so I can use it outside the core-scroll-header-panel and define where the pages are?

(http://stackoverflow.com/questions/26210828/polymer-core-animated-pages-missing-content-attribute)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants