googlearchive / core-animated-pages

Animated transitions between pages
https://www.polymer-project.org/docs/elements/core-elements.html#core-animated-pages
32 stars 37 forks source link

Polymer core-animated-pages crash during transition resizing #45

Open kiempoturner opened 9 years ago

kiempoturner commented 9 years ago

[http://stackoverflow.com/questions/28411829/polymer-core-animated-pages-crash-during-transition-resizing]

As the title says, I have 5 pages, the first 3's heights are scrollable while the last 2 pages are at their fixed height.

The last 2 pages will crash whenever I selected the tab they're on. One thing I notice is that if I set both pages' height to a fair amount of scrollable height, it will not crash, but that wont solve the problem as I need to make it fixed.

I already tried setting them to position:fixed; & overflow-y:hidden; . The same thing will occur. Crashed.

Obviously the reason behind this is because the resizing between the transitions.

Does anyone has any idea why? and how to fix it? Really need your help.

ps: crash on cordova running on android 4.4

MukeshDangodara commented 9 years ago

Hi, I am working on Polymer animated pages. I want to add core-button-icons . I get an error while add button like "Polymer is not a function". can anyone help ?

kiempoturner commented 9 years ago

core-icon-button instead of core-button-icons perhaps?

MukeshDangodara commented 9 years ago

Yeah its core-icon-buttons. its not issue. I think js is conflict or something else is creating issue. Can you suggest me some tutorial for best polymer example ?

On Wed, Feb 11, 2015 at 12:42 PM, kiempoturner notifications@github.com wrote:

core-icon-button instead of core-button-icons perhaps?

— Reply to this email directly or view it on GitHub https://github.com/Polymer/core-animated-pages/issues/45#issuecomment-73841662 .

kiempoturner commented 9 years ago

unrecognizable elements will always return errors.

take a look at their components and understand it.

https://www.polymer-project.org/components/core-elements/demo.html#core-animation https://www.polymer-project.org/components/paper-elements/demo.html#paper-checkbox

for learning, I'd suggest you to learn by existing templates. check out yo polymer

MukeshDangodara commented 9 years ago

ok,thank you.

On Wed, Feb 11, 2015 at 12:54 PM, kiempoturner notifications@github.com wrote:

unrecognizable elements will always return errors.

take a look at their components and understand it.

https://www.polymer-project.org/components/core-elements/demo.html#core-animation

https://www.polymer-project.org/components/paper-elements/demo.html#paper-checkbox

for learning, I'd suggest you to learn by existing templates. check out yo polymer

— Reply to this email directly or view it on GitHub https://github.com/Polymer/core-animated-pages/issues/45#issuecomment-73842425 .