-
Notifications
You must be signed in to change notification settings - Fork 152
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
Content jumps down #52
Comments
Also from my side: Great Plugin! |
I also tried applying the suggested css fixes, however they do not work. The plugin overrides them with "transform: unset;". |
@timoanzalone of course it overrides it since paroller.js is adding inline CSS and your code is obviously not. Based on its priority level, the inline style is higher, so it will overwrite external and internal styles, to avoid this you must add @timoanzalone @smessink |
@tgomilar adding the !important rule to the CSS overrides the plugin's inline CSS, nullifying the parallax effect. I'll setup a Codepen example soon. |
@timoanzalone @smessink Fixed. |
Hey @tgomilar: First, thank you for the fast reply. Maybe you misunderstood the issue. I will try to explain it: I hope, I could explain the issue? |
@smessink sorry but I don't see any jumping. Could you provide video? |
Maybe "jump" is not the right word... it is just the thing that in your example on Codepen the initial value for the h1 is not I dont know how more concretly I can describe it :) |
I´ve uploaded a video where you can see the - in this example - "little" jump at the beginning of scrolling. |
Yes I have same problem. |
First of all, this is an easy to use and great plugin for achieving parallax effects. Kudos to you! I'm still having an issue that resembles issue #50. When scrolling, the content at the top of the page jumps down. I've updated the plugin with the latest js but the problem is still there.
The text was updated successfully, but these errors were encountered: