-
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
animations affect other animations #207
Comments
+1 |
We've a similar issue (tested on Chrome 54, OSX 10) using slide-from-right/left animations. But in our application templates, where many elements are in place, it messes the page completely. We had to switch to fade-in/out animation. Note: it does not always happen. It's absolutely random. |
Hi there. Any update about it? |
Description
In our webapplication we have a navigation bar, which also allows searching in a paper-input. The navigation bar contains neon-animated-pages and animates from right-to-left/left-to-right for forward/backward steps. The navigation bar contains items within iron-collapse elements.
In some circumstances the paper-input animation of the underline affects other elements that are animated. During the animation the content of neon-animated-pages gets shifted to the upper left.
Also, the iron-collapse animation sometimes affects the content of neon-animated-pages.
Changing the duration of the animation in paper-input (actually: paper-input-container) will also change how long the contents get shifted.
Unfortunately I couldn't make out yet why and under which circumstances this behavior occurs. I could also not recreate this in a setup on jsbin and can't share our webapp.
I have this behavior on Chrome 53.0.2785.143 m (64-bit), but can't reproduce it on 49.0.1.
I fear that this might be an issue related to:
http://stackoverflow.com/questions/17242922/css3-hover-effects-make-weird-impact-on-other-elements-in-chrome
Could it also be related to #205?
A workaround seems to be to set a different z-index for each of the animated elements. Unfortunately this is not very practical.
Expected outcome
The paper-input underline animates on its own.
Actual outcome
The neon-animated-pages get shifted to the top-left while the paper-input animation is running.
Live Demo
This demo does not exhibit the same behavior, but showcases what setup I'm speaking of:
https://jsbin.com/zoyomibigu/1/edit?html,output
The text was updated successfully, but these errors were encountered: