PolymerElements / paper-drawer-panel

A Material Design two-section responsive panel
https://www.webcomponents.org/element/PolymerElements/paper-drawer-panel
25 stars 42 forks source link

Disable flying drawer animation when rightDrawer is changed #149

Closed minhlong139 closed 7 years ago

minhlong139 commented 8 years ago

I have both right and left drawer on a page so properties rightDrawer change on-the-fly.

When rightDrawer changed, the drawer fly from left to right made confusing for user so I want to disabled this animation, how can I do that?

nimbus-record-video

minhlong139 commented 8 years ago

+1

blasten commented 8 years ago

That's a good point. Feel free to send a PR to fix that issue.

t-soares commented 7 years ago

@blasten Can you close this?

blasten commented 7 years ago

yup

jaichandra commented 7 years ago

This issue is still not fixed. See the transition in below plnkr, when the hamburger menu is clicked for the first time. https://plnkr.co/edit/MvP1oBCIF0eAI4COi4kk?p=preview

t-soares commented 7 years ago

@jaichandra It is fixed, but it is not included in the 1.7.0 lib that you are referring on your code. Change the link to https://cdn.rawgit.com/download/polymer-cdn/master/lib/

jaichandra commented 7 years ago

@tas1982 awesome. Thanks. Is it available in 1.8.1? BTW.. do you mind sharing some details on how this is related to Polymer version? Is this Polymer 2.0 that fixes this issue?