-
Notifications
You must be signed in to change notification settings - Fork 98
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
Flicker after slide animation in neon-animated-pages in Chrome 53 #205
Comments
There's some property of this bug that is intermittent, it's been happening consistently since my update from 52 -> 53 last week. Reproduced it about 15 times before submitting this bug, as soon as I hit submit I switched back to the tab and it stopped happening so... yeah possible CNR |
I am experiencing the exact same issue in my application on Chrome v53 on OSX (mac). The flicker isn't visible in chrome v55 (canary) however bugs appear in the content of the animated pages. |
@shawncplus This is odd, your jsbin does not seem to repro it on Mac v53.0.2785.113. @schofld what version of chrome are you using? |
Could not reproduced with the jsbin example. Ubuntu 16.04, Chrome Version 53.0.2785.113 (64-bit). Firefox 48.0. The example isn't shown correct. Opera 40.0.2308.44 Couldn't reproduce, works fine. Seems like on Ubuntu linux a Chrome only bug. |
I agree I am no longer able to reproduce the issue in https://output.jsbin.com/denafe/1 now that Chrome Version 53.0.2785.116 (64-bit) has come out for mac (running osx 10.11.6) |
Can still reproduce 53.0.2785.113 (Official Build) (64-bit) Revision 67422c8fead813c7b6cbc44cfef10f3d49758d75-refs/branch-heads/2785@{#877} As mentioned there is something about this bug that is intermittent but have no idea what it is. The best I can guess is some caching somewhere deep inside the compositioning stuff but who knows |
Finally able to reproduce it on my own! I'll take a look into it |
I've only encountered this when using |
Chrome issue; follow here: Also from web-animations/web-animations-js#86
|
Description
With a nested
paper-header-panel
with the innermost having a neon-animated-pages container with a number of pages with toolbars and entryAnimation/exitAnimation as slide-from-right/slide-left, with the outer paper-header-panel also containing a toolbar and a "Next" button calling theneon-animated-pages.select()
the innermost toolbar/content shifts upward at the end of the animation only after focusing child content of the outermostpaper-header-panel
Expected outcome
Pages animate smoothly
Actual outcome
Pages shift upward (below the outermost paper-toolbar) at the end of the animation
Gif: http://gfycat.com/GoodNeatBlobfish
Live Demo
https://output.jsbin.com/denafe/1
Steps to reproduce
Don't click anywhere before clicking the -> button
Browsers Affected
This does not affect Firefox/Safari or Chrome <= 52
The text was updated successfully, but these errors were encountered: