-
Notifications
You must be signed in to change notification settings - Fork 94
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
Chrome 54 breaks animation (works on 53) #210
Comments
I might have a related issue,
Could also be related to
I have also noticed that, a lot of similar issues are being reported at various other repos. |
I have a similar issue when a paper-input gets focus and an animated line on the baseline of the input field starts animating. Note: The input field and div are within / |
The issue got sorted out when I updated the neon-animations version to 1.2.4 |
I'm still facing the same issue even after updating neon-animations to 1.2.4
However, i'm noticing note, i'm deleted the bower_components folder and rebuilt it from scratch |
I ended up reverting to iron-pages instead of neon-animated-pages and that resolved my issue but i lost animation between pages |
I'm facing the same issue as togonow. My paper-input, paper-checkbox, and paper-slider all jump up and then back to original position when one of them is focused or unfocused. The weird part is i have 4 neon-animatable pages and 2 of them have paper-inputs. It works fine on page1 but on page2, the input fields just jump around. I tried switching the entry and exit animation for the page1 and page2 but it didn't make a difference. I removed the entry-animation from just page2 and it stopped jumping around now. O_o? I think it might have to do with the transform being reapplied to the input elements? @togonow As mentioned above, my workaround is disabling the entry animation for just the page with the issue. |
I tried the demo you linked on Chrome 54 and it appears to have the same issue you described. However, the same demo hosted here under "Tiles" works fine. You could take a look at the source and see what differs! |
Description
The tiles (dot to square) demo doesn't render the orange/square parts and doesn animate on:
EDGE 20.10240.16384.0
Chrome 54 (windows)
Works fine with:
Chrome 53 (linux)
IE11
FF 49.01 (windows)
Note, there is a stackoverflow question related to this (webanimation breaking?): http://stackoverflow.com/questions/40214324/polymer-override-script-loaded-by-html-import
Expected outcome
Animation happening
Actual outcome
The clicked blue dot just hides
Live Demo
http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/tiles/index.html
Steps to reproduce
Browsers Affected
(didn't test on safari, older IE and older FF)
The text was updated successfully, but these errors were encountered: