You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #158 introduced a regression on this component. The PR #158 changed the drawer opening and closing to be done inside a requestAnimationFrame. At the end of a swipe movement, the width is reset outside the rAF block, causing the opening/closing animation to be started from the initial position.
t-soares
pushed a commit
to t-soares/paper-drawer-panel
that referenced
this issue
Dec 28, 2016
Description
When swiping the bar in our out, and then "letting it go", the animation restarts.
Issue only applies to
v1.0.11
Expected outcome
The animation to continue swiping in or out.
Actual outcome
The animation restarts from the beginning.
Live Demo
Steps to reproduce
Browsers Affected
The text was updated successfully, but these errors were encountered: